ostinato/server
Srivats P. a1ae3e7e6c Refactoring
- Major code reorganization of the server code across several classes with fewer 'friends'
	- New server classes - AbstractPort, PcapPort, WinPcapPort, PortManager
	- With this reorg classes have more focus than earlier and will be hopefully easy to extend

Fixes
	- Ostinato client is now able to successfully reconnect and talk to the Ostinato server after a disconnect - earlier, if a method had been pending during the disconnect, the communication was not up after a reconnect; pending methods are cleaned up at disconnect now
2009-12-26 17:33:27 +00:00
..
icons Features 2009-11-29 16:32:31 +00:00
abstractport.cpp Refactoring 2009-12-26 17:33:27 +00:00
abstractport.h Refactoring 2009-12-26 17:33:27 +00:00
drone_main.cpp Features 2009-11-29 16:32:31 +00:00
drone.cpp Features 2009-11-29 16:32:31 +00:00
drone.h Features 2009-11-29 16:32:31 +00:00
drone.pro Refactoring 2009-12-26 17:33:27 +00:00
drone.qrc Refactoring 2009-12-26 17:33:27 +00:00
drone.ui Features 2009-11-29 16:32:31 +00:00
myservice.cpp Refactoring 2009-12-26 17:33:27 +00:00
myservice.h Refactoring 2009-12-26 17:33:27 +00:00
pcapextra.cpp Refactoring 2009-12-26 17:33:27 +00:00
pcapextra.h Refactoring 2009-12-26 17:33:27 +00:00
pcapport.cpp Refactoring 2009-12-26 17:33:27 +00:00
pcapport.h Refactoring 2009-12-26 17:33:27 +00:00
portmanager.cpp Refactoring 2009-12-26 17:33:27 +00:00
portmanager.h Refactoring 2009-12-26 17:33:27 +00:00
winpcapport.cpp Refactoring 2009-12-26 17:33:27 +00:00
winpcapport.h Refactoring 2009-12-26 17:33:27 +00:00