[Javanetsim-cvs] javaNetSim TODO.txt,1.20,1.21
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2006-10-26 13:37:04
|
Update of /cvsroot/javanetsim/javaNetSim In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv4759 Modified Files: TODO.txt Log Message: Index: TODO.txt =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/TODO.txt,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** TODO.txt 2 Sep 2006 07:53:15 -0000 1.20 --- TODO.txt 26 Oct 2006 13:36:53 -0000 1.21 *************** *** 4,8 **** *** Whole Project ! *** Documentation --- 4,8 ---- *** Whole Project ! 1. SOA interfaces? Script language to operate sockets? Middleware emulation? *** Documentation *************** *** 16,31 **** that "route" command is only for ugly testing purposes! 5. App setting SAVE/LOAD! - 6. App level in S/L. 7. Fix LinkProperties Dialog: safe using (check for correct input values) (!!!, Gift!). *** Simulation Related - 8. Cannot route to another Node if sending from the Application layer of a Router (SENDAPPDATA router1 pc2 - message1 data). This would be because there's no IP Forwarding decisions on the receivePacket() method in IP when receiving a - Packet from the upper layer (UDP). The Routing table needs to be checked and a decision made as to which interface to send the data to. - 16. TCP(Gift && Key) - TCP Server disconnect after timeout - Problems with massive amount of packets. - *** Command Line Interface (CLI) Related (useless tasks, CLI shall be removed in future) --- 16,24 ---- that "route" command is only for ugly testing purposes! 5. App setting SAVE/LOAD! 7. Fix LinkProperties Dialog: safe using (check for correct input values) (!!!, Gift!). + 8. Add show switch cache dialog. *** Simulation Related *** Command Line Interface (CLI) Related (useless tasks, CLI shall be removed in future) |