Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
3144 4139 d 7 h hidnplayr /kernel/branches/net/ Added TCP_mss (max segment size) stub.
Bugfix in FTPD concerning data ports.
 
3143 4140 d 10 h hidnplayr /kernel/branches/net/network/ Fixed TCP keepalive  
2995 4197 d 17 h hidnplayr /kernel/branches/net/ Port numbers for TCP and UDP must be given in Big endian order now.  
2957 4260 d 23 h hidnplayr /kernel/branches/net/network/ TCP_input: window is now stored as dword, data is now also received when header prediction failed.  
2955 4262 d 9 h hidnplayr /kernel/branches/net/network/ implemented TCP_rangeset and TCP_set_persist  
2954 4262 d 10 h hidnplayr /kernel/branches/net/network/ rewrote TCP option parser, added SACK, moved connection accepter to run before option parser.  
2948 4262 d 20 h hidnplayr /kernel/branches/net/network/ Fixed bug in RTT measurement  
2947 4262 d 20 h hidnplayr /kernel/branches/net/network/ Added missing file  
2946 4262 d 20 h hidnplayr /kernel/branches/net/network/ Added Protection Against Wrapped Sequence numbers (PAWS)  
2942 4263 d 7 h hidnplayr /kernel/branches/net/network/ Bugfixes for #2937 (receive window calculation).
Disabled interrupts while in TCP_input or TCP_output to prevent deadlock.
 
2937 4263 d 16 h hidnplayr /kernel/branches/net/network/ Beginning implementation of timestamps and Round Trip Time in TCP.  
2932 4270 d 14 h hidnplayr /kernel/branches/net/network/ Removed useless cli before calling mutex  
2930 4271 d 18 h hidnplayr /kernel/branches/net/network/ Some updates for TCP  
2914 4282 d 16 h hidnplayr /kernel/branches/net/network/ Added crude loopback device.  
2891 4295 d 6 h hidnplayr /kernel/branches/net/network/ Better debug info for network, lots of improvements in TCP code  
2890 4295 d 15 h hidnplayr /kernel/branches/net/network/ Bugfixes & further development of TCP_output  
2888 4297 d 9 h hidnplayr /kernel/branches/net/network/ network code cleanup, implemented TCP_sendalot  
2882 4302 d 16 h hidnplayr /kernel/branches/net/network/ Fixed bug with TCP_close  
2866 4308 d 16 h hidnplayr /kernel/branches/net/ Added CMOVcc replacements to kernel macros (for eBox)  
2621 4395 d 11 h hidnplayr /kernel/branches/net/network/ -Bugfix for 2614 (had forgotten read_ip subfunction)
-Bugfix in socket_send_tcp
-IPv4 now simply ignores options, but does not drop the packet
-refactored sys_network api code
 

Show All