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
2994 4214 d 9 h hidnplayr /kernel/branches/net/network/ Getting ready for blocking sockets  
/kernel/branches/net/network/socket.inc
/kernel/branches/net/network/stack.inc
2993 4214 d 11 h hidnplayr /kernel/branches/net/network/ Bugfix in SOCKET_ring_read  
/kernel/branches/net/network/socket.inc
2980 4237 d 15 h hidnplayr /kernel/branches/net/network/ UDP output now only updates stats if send didnt fail.  
/kernel/branches/net/network/udp.inc
2964 4273 d 8 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 4274 d 18 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 4275 d 8 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 4275 d 9 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 4275 d 22 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 4277 d 8 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 4277 d 9 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 4277 d 9 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 4277 d 9 h hidnplayr /kernel/branches/net/network/ Fixed scaling option in TCP_output  
/kernel/branches/net/network/tcp_output.inc
2951 4277 d 10 h hidnplayr /kernel/branches/net/network/ Fixed timestamp option in TCP_output  
/kernel/branches/net/network/tcp_output.inc
2950 4277 d 10 h hidnplayr /kernel/branches/net/network/ Fixed bugs in PPPoE discovery  
/kernel/branches/net/network/PPPoE.inc
2948 4277 d 19 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 4277 d 19 h hidnplayr /kernel/branches/net/network/ Added missing file  
/kernel/branches/net/network/tcp.inc
/kernel/branches/net/network/tcp_input.inc
2946 4277 d 19 h hidnplayr /kernel/branches/net/network/ Added Protection Against Wrapped Sequence numbers (PAWS)  
/kernel/branches/net/network/tcp_input.inc
2942 4278 d 6 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 4278 d 9 h hidnplayr /kernel/branches/net/network/ Fixed some cases of terrible deadlock in TCP.  
/kernel/branches/net/network/tcp_output.inc
2939 4278 d 10 h hidnplayr /kernel/branches/net/network/ Fixed bug in socket_connect for TCP  
/kernel/branches/net/network/socket.inc

Show All