2 Copyright (c) 2010 jimmikaelkael <jimmikaelkael@wanadoo.fr>
3 Licenced under Academic Free License version 3.0
16 #define TCPWND_SIZE 8192
17 #define IP_PROTO_TCP 0x06
39 } tcpip_pkt_t
__attribute__((packed
));
41 void tcp_init(g_param_t
*gparam
);
42 int tcp_input(void *buf
, int size
);
43 void tcp_connect(void);
44 void tcp_send_ack(void);