Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1838 4828 d 22 h hidnplayr /kernel/branches/net/network/ Net branch:
-Updates in TCP code: accepting connections now works.
(TCPserv is able to send 'hello world!' to telnet client)
 
1830 4831 d 4 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 4838 d 22 h hidnplayr /kernel/branches/net/network/ More updates to TCP code of new stack.  
1762 4839 d 20 h hidnplayr /kernel/branches/net/network/ Bugfix of r1761  
1761 4842 d 21 h hidnplayr /kernel/branches/net/network/ Updates of TCP_output for net branch  
1733 4855 d 5 h hidnplayr /kernel/branches/net/network/ * Updates in TCP code
* Splitted TCP code into multiple files
* cleanup