Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1529 4993 d 4 h hidnplayr /kernel/branches/net/ Deleted double macro in netdrv.inc
Refactoring of ARP code.
Used universal names for protocol handlers.
Moved some pieces of code from procs to macros.
Added IPv4_fragment (currently disabled)
Added ring-buffer functions for sockets
Updates in TCP code
 
1514 5009 d 0 h hidnplayr /kernel/branches/net/ - globalisation of network driver functions
(Replaced EthRegDev with NetRegDev)
- rewrite/cleanup of socket.inc
- started rewrite of tcp.inc
- port numbers in application are not byte-swapped anymore
- many more fixes and changes

- TCP does not work but UDP/IP/ICMP/ARP (partly) work.. (as before)
 
1376 5186 d 11 h clevermouse /kernel/branches/net/ sync with trunk  
1318 5219 d 8 h hidnplayr /kernel/branches/net/ More TCP code updates for net branch, code is still very unstable  
1250 5255 d 9 h hidnplayr /kernel/branches/net/ Forgot to upload a file, wich caused net kernel not to compile.
PS: There seems to be a bug in UDP checksum wich causes it to currently only work on DHCP
 
1206 5281 d 8 h hidnplayr /kernel/branches/net/ A lot of bugfixes in ARP, IPv4, UDP and sockets code.  
1198 5286 d 13 h clevermouse /kernel/branches/net/ sync with trunk  
1161 5306 d 10 h hidnplayr /kernel/branches/ Moving the files...  
1159 5306 d 11 h hidnplayr /kernel/branches/ New branch - network experimental code