Added tcp_kick(). This speed up LILO and GRUB booting by almost two

orders of magnitude.
This commit is contained in:
Michael Brown
2006-05-27 19:01:20 +00:00
parent cd3ecac809
commit f743de4858
3 changed files with 15 additions and 0 deletions

View File

@@ -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 */