|
@@ -88,12 +88,6 @@ struct tcp_connection{
|
|
int id; /* id (unique!) used to retrieve a specific connection when
|
|
int id; /* id (unique!) used to retrieve a specific connection when
|
|
reply-ing*/
|
|
reply-ing*/
|
|
struct receive_info rcv; /* src & dst ip, ports, proto a.s.o*/
|
|
struct receive_info rcv; /* src & dst ip, ports, proto a.s.o*/
|
|
-#if 0
|
|
|
|
- struct ip_addr ip; /* peer ip */
|
|
|
|
- int port; /* peer port */
|
|
|
|
- int sock_idx; /* receiving socket index in the tcp_info array */
|
|
|
|
- union sockaddr_union su;
|
|
|
|
-#endif
|
|
|
|
struct tcp_req req; /* request data */
|
|
struct tcp_req req; /* request data */
|
|
volatile int refcnt;
|
|
volatile int refcnt;
|
|
int bad; /* if set this is a "bad" connection */
|
|
int bad; /* if set this is a "bad" connection */
|