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
5015 3559 d 10 h hidnplayr /kernel/trunk/network/ Cleanup/small refactor of some internal network functions.  
4850 3666 d 2 h mario79 /kernel/trunk/ Added the tag "Revision: XXXX" in some kernel files, to form the right number of revision at boot (blue boot screen).  
4366 3789 d 2 h hidnplayr /kernel/trunk/network/ TCP: correctly close connection.  
4365 3789 d 5 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_close for TCP  
3752 3954 d 10 h hidnplayr /kernel/trunk/network/ Corrected IP source address for TCP_respond_segment  
3737 3957 d 0 h hidnplayr / SOCKET_receive, return immediately when there is no data and SS_CANTRECVMORE is set.
Downloader: make better use of blocking sockets.
 
3674 3970 d 5 h hidnplayr /kernel/trunk/network/ SOCKET_connect can now block if wanted.  
3644 3976 d 12 h hidnplayr /kernel/trunk/network/ Correct stats for TCP.  
3600 3983 d 9 h hidnplayr /kernel/trunk/network/ Renamed some variables and constants in network code, removed NET_set_default function, improved TCP timers  
3556 3990 d 4 h hidnplayr /kernel/trunk/ Disabled network debug output by default.  
3545 3990 d 6 h hidnplayr / Merge new network stack with trunk