Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Michael Brown 05f4c3d176 Remove the one-packet-per-poll-cycle limit; it seems to no longer be il y a 18 ans
..
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). il y a 18 ans
udp Use struct sockaddr rather than struct sockaddr_tcpip il y a 18 ans
aoe.c Gave asynchronous operations approximate POSIX signal semantics. This il y a 18 ans
arp.c Add "name" field to struct device to allow human-readable hardware device il y a 18 ans
dhcpopts.c Use stdlib.h for malloc() instead of malloc.h. il y a 18 ans
ethernet.c Made eth_ntoa() public for use in legacy drivers' DBG() statements. il y a 18 ans
icmpv6.c Allow an explicit network device to be specified for IP-layer il y a 18 ans
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. il y a 18 ans
ipv6.c Use -ENETUNREACH to mean "no reachable network device exists, don't bother il y a 18 ans
ndp.c We don't actually have a stdio.h header file. Our printf() functions are il y a 18 ans
netdevice.c Remove the one-packet-per-poll-cycle limit; it seems to no longer be needed now that performance is up. il y a 18 ans
pkbpad.c Extract packet-padding login from rtl8139.c to a separate pkbpad.c file. il y a 18 ans
pkbuff.c Make PKB_ZLEN the minimum possible size of packet buffer (to allow for il y a 19 ans
retry.c Move start/stop/expire debug messages to DBG2() level. il y a 18 ans
tcp.c Switch from calloc() to malloc()+memset() to match the practices used almost everywhere else. il y a 18 ans
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. il y a 18 ans
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. il y a 18 ans