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
3514 4025 d 21 h hidnplayr /kernel/branches/net/network/ SOCKET_is_disconnected now clears TCP and UDP ports.  
3406 4080 d 19 h hidnplayr /kernel/branches/net/network/ Preparing to implement TCP reassembly queue.
Some cleanup of tcp_input and skip checksum recalculation for loopback segments.
 
3275 4105 d 12 h hidnplayr /kernel/branches/net/network/ Cleanup in TCP, fixed possible deadlock in TCP_input.  
3270 4107 d 15 h hidnplayr /kernel/branches/net/network/ Fixed bugs in TCP (crash when closing socket, crash when responding to segment that has no socket)  
3162 4151 d 19 h hidnplayr /kernel/branches/net/network/ Fixed previous mistake.  
3161 4151 d 19 h hidnplayr /kernel/branches/net/network/ Actually release the TCP socket once it's closed.  
3146 4163 d 12 h hidnplayr /kernel/branches/net/ Added simple socket debugging tool.
Moved some TCP code to tcp_usreq.inc.
 
3144 4164 d 10 h hidnplayr /kernel/branches/net/ Added TCP_mss (max segment size) stub.
Bugfix in FTPD concerning data ports.
 
3143 4165 d 13 h hidnplayr /kernel/branches/net/network/ Fixed TCP keepalive  
2995 4222 d 20 h hidnplayr /kernel/branches/net/ Port numbers for TCP and UDP must be given in Big endian order now.  
2955 4287 d 12 h hidnplayr /kernel/branches/net/network/ implemented TCP_rangeset and TCP_set_persist  
2953 4287 d 13 h hidnplayr /kernel/branches/net/network/ Enabled Requesting scale and timestamp by default.  
2948 4287 d 23 h hidnplayr /kernel/branches/net/network/ Fixed bug in RTT measurement  
2937 4288 d 19 h hidnplayr /kernel/branches/net/network/ Beginning implementation of timestamps and Round Trip Time in TCP.  
2930 4296 d 21 h hidnplayr /kernel/branches/net/network/ Some updates for TCP  
2891 4320 d 9 h hidnplayr /kernel/branches/net/network/ Better debug info for network, lots of improvements in TCP code  
2890 4320 d 18 h hidnplayr /kernel/branches/net/network/ Bugfixes & further development of TCP_output  
2882 4327 d 19 h hidnplayr /kernel/branches/net/network/ Fixed bug with TCP_close  
2877 4329 d 11 h hidnplayr /kernel/branches/net/network/ Getting ready for better IP routing  
2869 4333 d 16 h hidnplayr /kernel/branches/net/network/ Implemented proper closing/disconnecting for TCP sockets.  
2612 4423 d 14 h hidnplayr /kernel/branches/net/network/ Proper initialization for TCP socket (net branch)  
2600 4426 d 20 h hidnplayr /kernel/branches/net/network/ Fixed bug in TCP.
Error occured when receiving a TCP segment wich has no local socket. (netbranch)
 
2390 4474 d 10 h hidnplayr /kernel/branches/net/network/ Fixed TCP and UDP checksum in net branch.  
2362 4477 d 0 h hidnplayr /kernel/branches/net/network/ Markup changes in net branch + updates in TCP_output  
2308 4577 d 17 h hidnplayr /kernel/branches/net/network/ small updates and fixes in net branch  
2305 4581 d 10 h hidnplayr /kernel/branches/net/ NET branch: re-organised all structs to use struct.inc from fasm  
2301 4582 d 12 h hidnplayr /kernel/branches/net/network/ Replaced some of the 'magic numbers' in net branch with constants.  
2300 4582 d 12 h hidnplayr /kernel/branches/net/network/ Fixed Unsigned jumps in net branch  
1885 4838 d 18 h hidnplayr /kernel/branches/net/network/ Added some stub functions to net_branch  
1831 4861 d 16 h hidnplayr /kernel/branches/net/network/ Updates in NET branch:
- Added RST packet handling code
- Added SOCKET_isconnected
- Added ACK handeling in syn rcvd state (for passive open)
 
1830 4861 d 16 h hidnplayr /kernel/branches/net/network/ Bugfixes in Net branch:
- Fixed delayed ACK (misimplementation)
- Fixed zero window problem and checksum for TCP_respond_socket
 
1763 4869 d 11 h hidnplayr /kernel/branches/net/network/ More updates to TCP code of new stack.  
1733 4885 d 18 h hidnplayr /kernel/branches/net/network/ * Updates in TCP code
* Splitted TCP code into multiple files
* cleanup