Changeset 32105348 in mainline for uspace/srv/net/tl/tcp/conn.h
- Timestamp:
- 2011-10-04T18:12:41Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d9ce049
- Parents:
- 032bbe7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/conn.h
r032bbe7 r32105348 36 36 #define CONN_H 37 37 38 #include <bool.h> 38 39 #include "tcp_type.h" 39 40 … … 42 43 extern void tcp_conn_sync(tcp_conn_t *); 43 44 extern tcp_conn_t *tcp_conn_find(tcp_sockpair_t *); 45 extern bool tcp_conn_got_syn(tcp_conn_t *); 44 46 extern void tcp_conn_segment_arrived(tcp_conn_t *, tcp_segment_t *); 45 47 extern void tcp_conn_trim_seg_to_wnd(tcp_conn_t *, tcp_segment_t *);
Note:
See TracChangeset
for help on using the changeset viewer.