TCP fragmentation
This commit is contained in:
parent
bfca152e5a
commit
f4e6e2909b
2 changed files with 45 additions and 4 deletions
|
@ -36,7 +36,8 @@ grub_net_tcp_open (char *server,
|
|||
|
||||
grub_err_t
|
||||
grub_net_send_tcp_packet (const grub_net_tcp_socket_t socket,
|
||||
struct grub_net_buff *nb);
|
||||
struct grub_net_buff *nb,
|
||||
int push);
|
||||
|
||||
void
|
||||
grub_net_tcp_close (grub_net_tcp_socket_t sock);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue