Changeset 704586fb in mainline for uspace/srv/net/tl/tcp/tqueue.h


Ignore:
Timestamp:
2011-12-01T19:28:49Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3aa2642a
Parents:
26ec91c
Message:

Fix RST to refuse connection and handle it properly in connect().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/tcp/tqueue.h

    r26ec91c r704586fb  
    4040
    4141extern int tcp_tqueue_init(tcp_tqueue_t *, tcp_conn_t *);
     42extern void tcp_tqueue_clear(tcp_tqueue_t *);
    4243extern void tcp_tqueue_fini(tcp_tqueue_t *);
    4344extern void tcp_tqueue_ctrl_seg(tcp_conn_t *, tcp_control_t);
Note: See TracChangeset for help on using the changeset viewer.