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
3267 4097 d 14 h hidnplayr /kernel/branches/net/network/ Unblock a blocked socket before closing it.  
3264 4098 d 7 h hidnplayr /kernel/branches/net/network/ separate thread and process ID's for sockets.  
3261 4098 d 15 h hidnplayr /kernel/branches/net/network/ PID fix for SOCKET_pair function.  
3259 4102 d 7 h hidnplayr /kernel/branches/net/network/ Re-applied some changes concerning local sockets. They were reverted by accident.  
3257 4102 d 7 h hidnplayr /kernel/branches/net/network/ Better blocking sockets, preparing for some API changes.  
3253 4104 d 3 h hidnplayr /kernel/branches/net/network/ Fixed some bugs with non-blocking local sockets.  
3252 4104 d 4 h hidnplayr /kernel/branches/net/network/ Better TCP timestamp, fixed stack corruption if PAWS fails.  
3251 4104 d 6 h hidnplayr /kernel/branches/net/network/ Changed some debug output messages (and their levels) in new stack.
Implemented a queue for incoming TCP segments.
 
3249 4104 d 7 h hidnplayr /kernel/branches/net/network/ Removed non-working debug level specific for network stack.  
3229 4116 d 6 h hidnplayr /kernel/branches/net/network/ Forgot to set the PID in previous revision.  
3228 4116 d 6 h hidnplayr /kernel/branches/net/network/ New function Socket_pair for UNIX (IPC) sockets.  
3203 4124 d 10 h hidnplayr /kernel/branches/net/network/ ARP will now wait for reply/timeout if it needed to send an ARP request packet.  
3200 4125 d 4 h hidnplayr /kernel/branches/net/ Updated API so applications can easily send ARP announcements, keep track of ARP conflicts.
Zeroconfig now supports padding option and sends ARP announcements if needed. Also some refactoring/cleanup.
 
3185 4134 d 9 h hidnplayr /kernel/branches/net/network/ Added some experimental IPv6 code to net branch.  
3162 4141 d 10 h hidnplayr /kernel/branches/net/network/ Fixed previous mistake.  
3161 4141 d 10 h hidnplayr /kernel/branches/net/network/ Actually release the TCP socket once it's closed.  
3160 4141 d 11 h hidnplayr /kernel/branches/net/network/ Refactored recent ARP code a bit.  
3159 4141 d 13 h hidnplayr /kernel/branches/net/network/ Kernel now automatically sends one gratuitous ARP once IP address has been set.
Also, fixed ARP stats.
 
3148 4152 d 9 h hidnplayr /kernel/branches/net/network/ Further fixing of ARP_add_entry. Now entries can be re-added if they were removed once before.  
3147 4152 d 11 h hidnplayr /kernel/branches/net/network/ Fixed and simplified ARP_add_entry. (Previous versions worked only for one entry)  

Show All