From f743de4858857029bd04e5642134d14546ad1393 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 27 May 2006 19:01:20 +0000 Subject: Added tcp_kick(). This speed up LILO and GRUB booting by almost two orders of magnitude. --- src/include/gpxe/tcp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') 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 */ -- cgit v1.2.3-55-g7522