Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Michael Brown 05f4c3d176 Remove the one-packet-per-poll-cycle limit; it seems to no longer be před 18 roky
..
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). před 18 roky
udp Use struct sockaddr rather than struct sockaddr_tcpip před 18 roky
aoe.c Gave asynchronous operations approximate POSIX signal semantics. This před 18 roky
arp.c Add "name" field to struct device to allow human-readable hardware device před 18 roky
dhcpopts.c Use stdlib.h for malloc() instead of malloc.h. před 18 roky
ethernet.c Made eth_ntoa() public for use in legacy drivers' DBG() statements. před 18 roky
icmpv6.c Allow an explicit network device to be specified for IP-layer před 18 roky
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. před 18 roky
ipv6.c Use -ENETUNREACH to mean "no reachable network device exists, don't bother před 18 roky
ndp.c We don't actually have a stdio.h header file. Our printf() functions are před 18 roky
netdevice.c Remove the one-packet-per-poll-cycle limit; it seems to no longer be needed now that performance is up. před 18 roky
pkbpad.c Extract packet-padding login from rtl8139.c to a separate pkbpad.c file. před 18 roky
pkbuff.c Make PKB_ZLEN the minimum possible size of packet buffer (to allow for před 18 roky
retry.c Move start/stop/expire debug messages to DBG2() level. před 18 roky
tcp.c Switch from calloc() to malloc()+memset() to match the practices used almost everywhere else. před 18 roky
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. před 18 roky
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. před 18 roky