Ostinato - Packet/Traffic Generator and Analyzer
Go to file
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
client Features 2009-11-29 16:32:31 +00:00
common Features 2009-11-29 16:32:31 +00:00
rpc Refactoring 2009-12-26 17:33:27 +00:00
server Refactoring 2009-12-26 17:33:27 +00:00
Makefile Protocol Framework basic code in place now. Cleanup pending. 2009-05-10 06:27:17 +00:00