david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/net
Michael Brown c3811d4a13 [slam] Add support for SLAM window lengths of greater than one packet
Add the definition of SLAM_MAX_BLOCKS_PER_NACK, which is roughly
equivalent to a TCP window size; it represents the maximum number of
packets that will be requested in a single NACK.

Note that, to keep the code size down, we still limit ourselves to
requesting only a single range per NACK; if the missing-block list is
discontiguous then we may request fewer than SLAM_MAX_BLOCKS_PER_NACK
blocks.
2008-06-11 13:16:02 +01:00
..
tcp [iSCSI] Produce meaningful errors on login failure 2008-06-03 23:47:20 +01:00
udp [slam] Add support for SLAM window lengths of greater than one packet 2008-06-11 13:16:02 +01:00
aoe.c Allowed zero-cost enforced ordering of features in startup banner 2007-08-02 14:51:03 +01:00
arp.c Add untested support for UNDI transmit and receive. 2007-07-02 20:05:58 +01:00
dhcpopts.c [Settings] Remove assumption that all settings have DHCP tag values 2008-03-25 20:46:16 +00:00
dhcppkt.c [DHCP] Treat empty fields in DHCP packets as non-existent. 2008-03-27 06:06:36 +00:00
ethernet.c Various warnings fixups for OpenBSD with gcc-3.3.5. 2007-12-07 00:11:43 +00:00
fakedhcp.c [DHCP] Add support for ProxyDHCP requests 2008-03-27 16:45:15 +00:00
icmpv6.c Various warnings fixups for OpenBSD with gcc-3.3.5. 2007-12-07 00:11:43 +00:00
infiniband.c [Infiniband] Move event-queue process from driver to Infiniband core 2008-04-21 13:23:11 +01:00
iobpad.c Rename pkbpad.c to iobpad.c 2007-05-19 18:42:27 +00:00
ipv4.c [IPv4] Fix multicast address checking 2008-05-19 16:19:46 +01:00
ipv6.c Various warnings fixups for OpenBSD with gcc-3.3.5. 2007-12-07 00:11:43 +00:00
ndp.c Kill off some warnings-problematic debug statements in ndp.c; the code 2007-12-07 01:51:08 +00:00
netdev_settings.c [Settings] Remove assumption that all settings have DHCP tag values 2008-03-25 20:46:16 +00:00
netdevice.c [Settings] Use a settings applicator to configure IPv4 routes. 2008-03-21 00:01:27 +00:00
nullnet.c Add per-file error identifiers 2007-07-24 17:11:31 +01:00
rarp.c Add untested support for UNDI transmit and receive. 2007-07-02 20:05:58 +01:00
retry.c [retry] Add start_timer_fixed() 2008-06-11 09:37:58 +01:00
tcp.c [TCP] Avoid shrinking TCP window 2008-06-05 00:28:17 +01:00
tcpip.c pkbuff->iobuf changeover 2007-05-19 18:39:40 +00:00
tls.c Make seek information part of the xfer metadata, rather than an entirely 2008-01-08 16:46:55 +00:00
udp.c [udp] Verify local socket address (if specified) for UDP sockets 2008-06-10 00:01:29 +01:00