1465 Commits

Author SHA1 Message Date
Keith Winstein 221c3af908 Remove debugging printfs 2011-08-12 12:01:51 -04:00
Keith Winstein 0d19e009a9 Possibly fix bug 2011-08-12 06:23:49 -04:00
Keith Winstein 2e230681da Make i unsigned 2011-08-12 06:12:34 -04:00
Keith Winstein 309f19ffb8 More asserts 2011-08-12 06:12:01 -04:00
Keith Winstein e7f73b3908 Also reset arrived and total 2011-08-12 06:02:59 -04:00
Keith Winstein e40ea1f99f Clear fragments when retrieving 2011-08-12 06:01:07 -04:00
Keith Winstein 8e743ca89e More debugging printfs 2011-08-12 05:56:09 -04:00
Keith Winstein 3179ab5f0d More debugging 2011-08-12 05:38:56 -04:00
Keith Winstein 30fc11403d Some debugging 2011-08-12 05:34:49 -04:00
Keith Winstein 17804b2230 Make sure resends (with new framing) get new state number -- pretty hairy! 2011-08-12 05:05:05 -04:00
Keith Winstein 7b1ff634d0 Fix getchar() bug 2011-08-12 04:51:43 -04:00
Keith Winstein 833baa20ca More detailed printout 2011-08-12 04:31:50 -04:00
Keith Winstein c7199ec39d Access fragments safely 2011-08-12 04:09:54 -04:00
Keith Winstein 14667da4f5 Switch to explicit fragments. 2011-08-12 04:02:14 -04:00
Keith Winstein f0f74a3971 Fix typo in MTU (1 to -1) 2011-08-10 04:39:41 -04:00
Keith Winstein e18152c1e2 Possibly fix bug. 2011-08-10 04:36:04 -04:00
Keith Winstein d7433c07d3 ntester just prints out diff 2011-08-10 04:32:25 -04:00
Keith Winstein e9aeb482df Slow frame rate and make header estimate more conservative. Ignore large RTTs vs. capping 2011-08-10 02:59:02 -04:00
Keith Winstein 6ebc686661 Cap large RTT values 2011-08-10 02:45:10 -04:00
Keith Winstein 1c8b008e89 Put horrible packet loss back in 2011-08-10 02:35:21 -04:00
Keith Winstein db18d2e2b3 Make valgrind happy 2011-08-10 02:32:03 -04:00
Keith Winstein fa2b29813a Remove synthetic packet loss 2011-08-10 02:20:31 -04:00
Keith Winstein 3d5942b3d4 Prevent endless cascade of RTT acks 2011-08-10 02:17:04 -04:00
Keith Winstein b2ea532f14 Send ACKs when timestamp pending 2011-08-10 02:05:49 -04:00
Keith Winstein db2fa133cf First stab at timeout estimation 2011-08-10 01:51:40 -04:00
Keith Winstein 79e2898052 Variable wait time, take 2. 2011-08-10 00:32:20 -04:00
Keith Winstein e7df295f45 Variable wait time 2011-08-10 00:13:22 -04:00
Keith Winstein 4a90f6a0ef Remove some debugging code 2011-08-10 00:03:48 -04:00
Keith Winstein 6a56487587 More debuggin 2011-08-09 23:49:06 -04:00
Keith Winstein bd729ffa22 Comment out code completely to be sure 2011-08-09 23:44:30 -04:00
Keith Winstein 63b9bcb200 Fix bug causing new state numbers when not necessary 2011-08-09 23:41:55 -04:00
Keith Winstein 27441a4825 Testing with very long packets 2011-08-09 23:30:34 -04:00
Keith Winstein 0d6048964b Shorten poll interval 2011-08-09 23:25:54 -04:00
Keith Winstein 4e11e33560 Realistic ntester program (still 50% packet loss) 2011-08-09 23:07:51 -04:00
Keith Winstein 66a64f0b22 Successfully synchronizes state. Here testing with 50% bidi packet loss. 2011-08-09 22:36:22 -04:00
Keith Winstein 188c44f5be Clean out some bugs in sender 2011-08-09 02:34:20 -04:00
Keith Winstein cae526fceb First step of sending side of transport layer 2011-08-08 18:41:09 -04:00
Keith Winstein b0b36ddf94 Change rtm to stm 2011-08-05 20:09:54 -04:00
Keith Winstein 1b3443befd Simplify network.cpp to transmit only strings. 2011-08-05 19:44:34 -04:00
Keith Winstein bffc099754 Catch exceptions in ntester 2011-08-04 13:53:59 -04:00
Keith Winstein d611ced646 Live sending 2011-08-04 05:09:25 -04:00
Keith Winstein 7824318c54 Add crypto to existing network class 2011-08-04 04:52:47 -04:00
Keith Winstein 215c75c6ea Import AES-OCB3 implementation and driver code 2011-08-04 04:07:36 -04:00
Keith Winstein b84599f263 Correct path MTU discovery 2011-08-03 21:35:48 -04:00
Keith Winstein 7ea81ca237 Path MTU 2011-08-03 21:20:44 -04:00
Keith Winstein 829d060fbb Small cleanup 2011-08-03 18:28:30 -04:00
Keith Winstein ef3e4ce5fe Successfully sends and receives simple KeyStrokes over UDP 2011-08-03 17:29:47 -04:00
Keith Winstein 6ea66b7aab Initial network support 2011-08-02 12:49:02 -04:00
Keith Winstein 507e791888 Fix bug in wrapper re: sessions idle for more than 2^31 microseconds 2011-02-22 05:46:49 -05:00
Keith Winstein dea7f99d63 Allow typing Ctrl-space 2011-02-22 02:32:23 -05:00