Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Michael Brown 05f4c3d176 Remove the one-packet-per-poll-cycle limit; it seems to no longer be vor 18 Jahren
..
tcp Presize the download buffer when we see the Content-Length header; this saves around 70us per received packet (which is around 50% of the overall packet processing time). vor 18 Jahren
udp Use struct sockaddr rather than struct sockaddr_tcpip vor 18 Jahren
aoe.c Gave asynchronous operations approximate POSIX signal semantics. This vor 18 Jahren
arp.c Add "name" field to struct device to allow human-readable hardware device vor 18 Jahren
dhcpopts.c Use stdlib.h for malloc() instead of malloc.h. vor 18 Jahren
ethernet.c Made eth_ntoa() public for use in legacy drivers' DBG() statements. vor 18 Jahren
icmpv6.c Allow an explicit network device to be specified for IP-layer vor 18 Jahren
ipv4.c When a network device is specified to tcpip_tx() or it's children, treat it as a fallback network device rather than an explicitly forced network device. vor 18 Jahren
ipv6.c Use -ENETUNREACH to mean "no reachable network device exists, don't bother vor 18 Jahren
ndp.c We don't actually have a stdio.h header file. Our printf() functions are vor 18 Jahren
netdevice.c Remove the one-packet-per-poll-cycle limit; it seems to no longer be needed now that performance is up. vor 18 Jahren
pkbpad.c Extract packet-padding login from rtl8139.c to a separate pkbpad.c file. vor 18 Jahren
pkbuff.c Make PKB_ZLEN the minimum possible size of packet buffer (to allow for vor 19 Jahren
retry.c Move start/stop/expire debug messages to DBG2() level. vor 18 Jahren
tcp.c Switch from calloc() to malloc()+memset() to match the practices used almost everywhere else. vor 18 Jahren
tcpip.c When a network device is specified to tcpip_tx() or it's children, treat it as a fallback network device rather than an explicitly forced network device. vor 18 Jahren
udp.c When a network device is specified to tcpip_tx() or it's children, treat it as a fallback network device rather than an explicitly forced network device. vor 18 Jahren