Mercurial > nand-ecoscentric
diff packages/redboot/current/include/net/net.h @ 242:56f2780a49bc
RedBoot ICMP patch from Hendrik.Ruijter@axis.com
| author | msalter |
|---|---|
| date | Tue, 16 Jul 2002 16:25:42 +0000 |
| parents | 4ebdd3788c30 |
| children | 23fd347aba65 |
line wrap: on
line diff
--- a/packages/redboot/current/include/net/net.h +++ b/packages/redboot/current/include/net/net.h @@ -469,6 +469,10 @@ extern void __ip_handler(pktbuf_t *pkt, */ extern int __ip_send(pktbuf_t *pkt, int protocol, ip_route_t *dest); +/* + * Abort connection. + */ +extern void __tcp_abort(tcp_socket_t *s, unsigned long delay); /* * Handle incoming ICMP packets.
