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 254fe6e00e Split DHCP packet creation into two parts: creating the basic packet il y a 18 ans
..
tcp Update ftp.c and hello.c to use the generic async_operations API. il y a 18 ans
udp Split DHCP packet creation into two parts: creating the basic packet structure, and populating it with options. This should allow us to use the same basic options list for both DHCPDISCOVER and DHCPREQUEST, plus making it much easier to set the non-constant parameters (e.g. requested IP address) in request packets. il y a 18 ans
uip Made the temporary buffer part of the TCP senddata() API, to ease the il y a 18 ans
aoe.c Simplify RX data path. il y a 18 ans
arp.c Simplify RX data path. il y a 18 ans
dhcpopts.c Allow for calling find_dhcp_option() with "options" set to NULL, in order to search through all registered option blocks. il y a 18 ans
ethernet.c Simplify RX data path. il y a 18 ans
ipv4.c Added fragment reassembly code il y a 18 ans
ipv6.c Split ipv6 functions out from ipv4.c il y a 18 ans
netdevice.c Simplify RX data path. il y a 18 ans
pkbuff.c Make PKB_ZLEN the minimum possible size of packet buffer (to allow for il y a 18 ans
retry.c Updated retry timer mechanism to incorporate smoothed RTT estimation. il y a 18 ans
tcp.c Made the temporary buffer part of the TCP senddata() API, to ease the il y a 18 ans
tcpip_if.c Renamed net/interface.c and include/gpxe/interface.h to net/tcpip_if.c and include/gpxe/tcpip_if.h respectively. Made changes in the other files. il y a 18 ans
udp.c Added fragment reassembly code il y a 18 ans