summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* Removed some bugs in TCPNikhil Chandru Rao2006-08-081-3/+2Star
* Added retransmissions to TCPNikhil Chandru Rao2006-08-071-0/+6
* Added features that will be required for PXE UDP support.Michael Brown2006-08-021-4/+8
* TCP supportNikhil Chandru Rao2006-08-011-0/+106
* Made the temporary buffer part of the TCP senddata() API, to ease theMichael Brown2006-06-181-3/+11
* Added tcp_kick(). This speed up LILO and GRUB booting by almost twoMichael Brown2006-05-271-0/+1
* Merge TCP aborted(), timedout() and closed() methods into a singleMichael Brown2006-04-301-15/+11Star
* Make tcp_connect() void; it will eventually have no failure case.Michael Brown2006-04-301-1/+1
* Header rearrangement.Michael Brown2006-04-241-3/+3
* Added tcp_buffer, to give applications a zero-cost place to build data toMichael Brown2006-04-051-0/+2
* Split non-TCP portions of the stack out into ip.[ch].Michael Brown2006-03-241-2/+0Star
* Moved uIP wrapper out of prototester.c and into proto/tcp.c.Michael Brown2006-03-231-0/+102