diff options
| author | Michael Brown | 2006-05-27 21:01:20 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-05-27 21:01:20 +0200 |
| commit | f743de4858857029bd04e5642134d14546ad1393 (patch) | |
| tree | dfe815f21296162cccd08dbdd2e930a1c9725ef6 /src/include | |
| parent | Avoid causing TX overflow on small TX queues. (diff) | |
| download | ipxe-f743de4858857029bd04e5642134d14546ad1393.tar.gz ipxe-f743de4858857029bd04e5642134d14546ad1393.tar.xz ipxe-f743de4858857029bd04e5642134d14546ad1393.zip | |
Added tcp_kick(). This speed up LILO and GRUB booting by almost two
orders of magnitude.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/tcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/tcp.h b/src/include/gpxe/tcp.h index 699512bd8..6c07f4ae9 100644 --- a/src/include/gpxe/tcp.h +++ b/src/include/gpxe/tcp.h @@ -93,6 +93,7 @@ extern size_t tcp_buflen; extern void tcp_connect ( struct tcp_connection *conn ); extern void tcp_send ( struct tcp_connection *conn, const void *data, size_t len ); +extern void tcp_kick ( struct tcp_connection *conn ); extern void tcp_close ( struct tcp_connection *conn ); #endif /* _GPXE_TCP_H */ |
