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
6011 3035 d 21 h hidnplayr /kernel/trunk/ Cosmetical changes in network code, updated TCP timer code.  
5976 3046 d 15 h hidnplayr /kernel/trunk/network/ Implemented TCP 2MSL (Timed-wait) timer.
Cleanup and various bugfixes in network code.
 
5842 3112 d 18 h hidnplayr / Improved RAW sockets. Added ability to set TTL thorugh setsockopt, Improved ping program.  
5584 3196 d 1 h hidnplayr /kernel/trunk/network/ Bugfixes to bind socket to device.  
5522 3320 d 15 h hidnplayr / New network buffers - phase I  
5363 3388 d 16 h yogev_ezra / Change copyright year in kernel and drivers to 2015. No code changes.  
5015 3548 d 0 h hidnplayr /kernel/trunk/network/ Cleanup/small refactor of some internal network functions.  
4850 3654 d 15 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 3777 d 15 h hidnplayr /kernel/trunk/network/ TCP: correctly close connection.  
4365 3777 d 18 h hidnplayr /kernel/trunk/network/ Bugfix in SOCKET_close for TCP  
3752 3943 d 0 h hidnplayr /kernel/trunk/network/ Corrected IP source address for TCP_respond_segment  
3737 3945 d 13 h hidnplayr / SOCKET_receive, return immediately when there is no data and SS_CANTRECVMORE is set.
Downloader: make better use of blocking sockets.
 
3674 3958 d 18 h hidnplayr /kernel/trunk/network/ SOCKET_connect can now block if wanted.  
3644 3965 d 1 h hidnplayr /kernel/trunk/network/ Correct stats for TCP.  
3600 3971 d 22 h hidnplayr /kernel/trunk/network/ Renamed some variables and constants in network code, removed NET_set_default function, improved TCP timers  
3556 3978 d 17 h hidnplayr /kernel/trunk/ Disabled network debug output by default.  
3545 3978 d 19 h hidnplayr / Merge new network stack with trunk