mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 20:10:18 +03:00
Added tcp_kick(). This speed up LILO and GRUB booting by almost two
orders of magnitude.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user