TCP fragmentation

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-07-10 11:26:34 +02:00
parent bfca152e5a
commit f4e6e2909b
2 changed files with 45 additions and 4 deletions

View file

@ -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);