Changes in uspace/srv/net/tcp/rqueue.h [2f19103:88a6819] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/rqueue.h
r2f19103 r88a6819 1 1 /* 2 * Copyright (c) 201 5Jiri Svoboda2 * Copyright (c) 2011 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 36 36 #define RQUEUE_H 37 37 38 #include <inet/endpoint.h>39 38 #include "tcp_type.h" 40 39 41 40 extern void tcp_rqueue_init(void); 42 extern void tcp_rqueue_bounce_seg( inet_ep2_t *, tcp_segment_t *);43 extern void tcp_rqueue_insert_seg( inet_ep2_t *, tcp_segment_t *);41 extern void tcp_rqueue_bounce_seg(tcp_sockpair_t *, tcp_segment_t *); 42 extern void tcp_rqueue_insert_seg(tcp_sockpair_t *, tcp_segment_t *); 44 43 extern void tcp_rqueue_handler(void *); 45 44 extern void tcp_rqueue_fibril_start(void);
Note:
See TracChangeset
for help on using the changeset viewer.