]> Zhao Yanbai Git Server - minix.git/commit
LWIP,NETSOCK - lwip uses asynchronous protocol
authorTomas Hruby <tom@minix3.org>
Fri, 24 Feb 2012 18:02:32 +0000 (18:02 +0000)
committerTomas Hruby <tom@minix3.org>
Fri, 2 Mar 2012 15:44:48 +0000 (15:44 +0000)
commitfb31513b002258acd239f8f88592ae4c08b537a5
tree24539b03def90df44d84b3a2cd7122f794054575
parent199e9c1907fafae587680ac4b8d8c439dbf92b1e
LWIP,NETSOCK - lwip uses asynchronous protocol

- libnetsock - internal implementation of a socket on the lwip
  server side. it encapsulates the asynchronous protocol

- lwip server - uses libnetsock to work with the asynchronous
  protocol
13 files changed:
etc/usr/rc
include/Makefile.minix.inc
include/minix/netsock.h [moved from servers/lwip/socket.h with 76% similarity]
lib/Makefile
lib/libnetsock/Makefile [new file with mode: 0644]
lib/libnetsock/socket.c [moved from servers/lwip/socket.c with 54% similarity]
servers/lwip/Makefile
servers/lwip/driver.c
servers/lwip/inet_config.c
servers/lwip/lwip.c
servers/lwip/raw_ip.c
servers/lwip/tcp.c
servers/lwip/udp.c