From c8a7133e9f7b5fcbedbcdf0a451010b7cd86eed8 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 5 Apr 2006 11:43:01 +0000 Subject: Added tcp_buffer, to give applications a zero-cost place to build data to be transmitted. --- src/include/gpxe/tcp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/gpxe/tcp.h b/src/include/gpxe/tcp.h index cb275f811..bcb153651 100644 --- a/src/include/gpxe/tcp.h +++ b/src/include/gpxe/tcp.h @@ -92,6 +92,8 @@ struct tcp_connection { struct tcp_operations *tcp_op; }; +extern void *tcp_buffer; +extern size_t tcp_buflen; extern int tcp_connect ( struct tcp_connection *conn ); extern void tcp_send ( struct tcp_connection *conn, const void *data, size_t len ); -- cgit v1.2.3-55-g7522