選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Michael Brown ce9819af27 Redefine TCP state to include "flags that have been sent" rather than 17年前
..
tcp Merge changes from mcb-tcp-fixes branch. 17年前
udp Close UDP connection when DHCP completes. 17年前
uip We don't actually have a stdio.h header file. Our printf() functions are 18年前
aoe.c Remove _PROTOCOL macros for gcc 3.2 compatibility 18年前
arp.c We don't actually have a stdio.h header file. Our printf() functions are 18年前
dhcpopts.c Use stdlib.h for malloc() instead of malloc.h. 17年前
ethernet.c Made eth_ntoa() public for use in legacy drivers' DBG() statements. 18年前
icmpv6.c We don't actually have a stdio.h header file. Our printf() functions are 18年前
ipv4.c iphdr->hlen includes the IP header, so truncate packet *before* 18年前
ipv6.c IP6 support 18年前
ndp.c We don't actually have a stdio.h header file. Our printf() functions are 18年前
netdevice.c Use stdlib.h for malloc() instead of malloc.h. 17年前
pkbuff.c Make PKB_ZLEN the minimum possible size of packet buffer (to allow for 18年前
retry.c Added times to start/stop log messages 17年前
tcp.c Redefine TCP state to include "flags that have been sent" rather than "flags that are currently being sent". This allows at least one special case (checking that we haven't already sent a FIN in tcp_rx_fin()) to be collapsed. 17年前
tcpip.c We don't actually have a stdio.h header file. Our printf() functions are 18年前
udp.c We don't actually have a stdio.h header file. Our printf() functions are 18年前