mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
Added tcp_buffer, to give applications a zero-cost place to build data to
be transmitted.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user