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