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
3407 4057 d 14 h hidnplayr /kernel/branches/net/network/ Fixed wait_event call for tcp_input.  
3406 4057 d 16 h hidnplayr /kernel/branches/net/network/ Preparing to implement TCP reassembly queue.
Some cleanup of tcp_input and skip checksum recalculation for loopback segments.
 
3389 4062 d 9 h hidnplayr /kernel/branches/net/network/ Run TCP input code in a separate thread.  
3293 4080 d 18 h hidnplayr /kernel/branches/net/network/ Fixed stack corruption in TCP_input when TCP queue is full  
3275 4082 d 10 h hidnplayr /kernel/branches/net/network/ Cleanup in TCP, fixed possible deadlock in TCP_input.  
3270 4084 d 13 h hidnplayr /kernel/branches/net/network/ Fixed bugs in TCP (crash when closing socket, crash when responding to segment that has no socket)  
3257 4089 d 13 h hidnplayr /kernel/branches/net/network/ Better blocking sockets, preparing for some API changes.  
3252 4091 d 11 h hidnplayr /kernel/branches/net/network/ Better TCP timestamp, fixed stack corruption if PAWS fails.  
3251 4091 d 12 h hidnplayr /kernel/branches/net/network/ Changed some debug output messages (and their levels) in new stack.
Implemented a queue for incoming TCP segments.
 
3144 4141 d 8 h hidnplayr /kernel/branches/net/ Added TCP_mss (max segment size) stub.
Bugfix in FTPD concerning data ports.
 
3143 4142 d 10 h hidnplayr /kernel/branches/net/network/ Fixed TCP keepalive  
2995 4199 d 18 h hidnplayr /kernel/branches/net/ Port numbers for TCP and UDP must be given in Big endian order now.  
2957 4262 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 4264 d 9 h hidnplayr /kernel/branches/net/network/ implemented TCP_rangeset and TCP_set_persist  
2954 4264 d 10 h hidnplayr /kernel/branches/net/network/ rewrote TCP option parser, added SACK, moved connection accepter to run before option parser.  
2948 4264 d 20 h hidnplayr /kernel/branches/net/network/ Fixed bug in RTT measurement  
2947 4264 d 21 h hidnplayr /kernel/branches/net/network/ Added missing file  
2946 4264 d 21 h hidnplayr /kernel/branches/net/network/ Added Protection Against Wrapped Sequence numbers (PAWS)  
2942 4265 d 8 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 4265 d 16 h hidnplayr /kernel/branches/net/network/ Beginning implementation of timestamps and Round Trip Time in TCP.  

Show All