david/ipxe
david
/
ipxe
Archived
1
0
Fork 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 b8618d76db Modify data-xfer semantics: it is no longer necessary to call one of
request(), seek() or deliver_xxx() in order to start the data flow.
Autonomous generators must be genuinely autonomous (having their own
process), or otherwise arrange to be called.  TCP does this by
starting the retry timer immediately.

Add some debugging statements.
2007-05-26 15:04:36 +00:00
..
tcp Allow queries in GET requests 2007-02-01 21:01:47 +00:00
udp hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewise 2007-04-09 18:01:43 +00:00
aoe.c pkbuff->iobuf changeover 2007-05-19 18:39:40 +00:00
arp.c pkbuff->iobuf changeover 2007-05-19 18:39:40 +00:00
dhcpopts.c Use stdio.h instead of vsprintf.h 2007-01-19 01:13:12 +00:00
ethernet.c pkbuff->iobuf changeover 2007-05-19 18:39:40 +00:00
filter.c Filter insertion now actually works 2007-01-31 03:43:59 +00:00
icmpv6.c pkbuff->iobuf changeover 2007-05-19 18:39:40 +00:00
iobpad.c Rename pkbpad.c to iobpad.c 2007-05-19 18:42:27 +00:00
ipv4.c pkbuff->iobuf changeover 2007-05-19 18:39:40 +00:00
ipv6.c pkbuff->iobuf changeover 2007-05-19 18:39:40 +00:00
ndp.c pkbuff->iobuf changeover 2007-05-19 18:39:40 +00:00
netdevice.c pkbuff->iobuf changeover 2007-05-19 18:39:40 +00:00
retry.c Move start/stop/expire debug messages to DBG2() level. 2007-01-09 17:39:52 +00:00
stream.c Don't pass through zero-length requests 2007-02-01 07:18:56 +00:00
tcp.c Modify data-xfer semantics: it is no longer necessary to call one of 2007-05-26 15:04:36 +00:00
tcpip.c pkbuff->iobuf changeover 2007-05-19 18:39:40 +00:00
udp.c pkbuff->iobuf changeover 2007-05-19 18:39:40 +00:00