Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
2980 4244 d 14 h hidnplayr /kernel/branches/net/network/ UDP output now only updates stats if send didnt fail.  
/kernel/branches/net/network/udp.inc
2964 4280 d 7 h hidnplayr /kernel/branches/net/network/ Send all PPPoE control packets to PPPoE app.  
/kernel/branches/net/network/PPPoE.inc
/kernel/branches/net/network/stack.inc
2962 4281 d 17 h hidnplayr /kernel/branches/net/ Moved Link Control Protocol handler from kernel to application.  
/kernel/branches/net/applications/pppoe/pppoe.asm
/kernel/branches/net/network/PPPoE.inc
2961 4282 d 7 h hidnplayr /kernel/branches/net/network/ Basic LCP implementation, starting with echo request->reply  
/kernel/branches/net/network/PPPoE.inc
/kernel/branches/net/network/stack.inc
2960 4282 d 8 h hidnplayr /kernel/branches/net/ Fixed some bugs in PPPoE implementation. Discovery works, now we need PPP-LCP.  
/kernel/branches/net/applications/pppoe/pppoe.asm
/kernel/branches/net/network/PPPoE.inc
/kernel/branches/net/network/stack.inc
2957 4282 d 21 h hidnplayr /kernel/branches/net/network/ TCP_input: window is now stored as dword, data is now also received when header prediction failed.  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_input.inc
2955 4284 d 7 h hidnplayr /kernel/branches/net/network/ implemented TCP_rangeset and TCP_set_persist  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc
/kernel/branches/net/network/tcp_timer.inc
2954 4284 d 8 h hidnplayr /kernel/branches/net/network/ rewrote TCP option parser, added SACK, moved connection accepter to run before option parser.  
/kernel/branches/net/network/tcp_input.inc
2953 4284 d 8 h hidnplayr /kernel/branches/net/network/ Enabled Requesting scale and timestamp by default.  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_subr.inc
2952 4284 d 8 h hidnplayr /kernel/branches/net/network/ Fixed scaling option in TCP_output  
/kernel/branches/net/network/tcp_output.inc
2951 4284 d 9 h hidnplayr /kernel/branches/net/network/ Fixed timestamp option in TCP_output  
/kernel/branches/net/network/tcp_output.inc
2950 4284 d 9 h hidnplayr /kernel/branches/net/network/ Fixed bugs in PPPoE discovery  
/kernel/branches/net/network/PPPoE.inc
2948 4284 d 18 h hidnplayr /kernel/branches/net/network/ Fixed bug in RTT measurement  
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_subr.inc
2947 4284 d 18 h hidnplayr /kernel/branches/net/network/ Added missing file  
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_input.inc
2946 4284 d 18 h hidnplayr /kernel/branches/net/network/ Added Protection Against Wrapped Sequence numbers (PAWS)  
/kernel/branches/net/network/tcp_input.inc
2942 4285 d 5 h hidnplayr /kernel/branches/net/network/ Bugfixes for #2937 (receive window calculation).
Disabled interrupts while in TCP_input or TCP_output to prevent deadlock.
 
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
2940 4285 d 9 h hidnplayr /kernel/branches/net/network/ Fixed some cases of terrible deadlock in TCP.  
/kernel/branches/net/network/tcp_output.inc
2939 4285 d 9 h hidnplayr /kernel/branches/net/network/ Fixed bug in socket_connect for TCP  
/kernel/branches/net/network/socket.inc
2938 4285 d 9 h hidnplayr /kernel/branches/net/network/ Fixed a bug in the last commit  
/kernel/branches/net/network/tcp_output.inc
2937 4285 d 14 h hidnplayr /kernel/branches/net/network/ Beginning implementation of timestamps and Round Trip Time in TCP.  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_input.inc
/kernel/branches/net/network/tcp_output.inc
/kernel/branches/net/network/tcp_subr.inc

Show All