added data socket stuff.
FossilOrigin-Name: af6d44a50a9c3805d8b0c0e82d852484ee0e14f6117bf2184ac1708548e61693
This commit is contained in:
parent
e212c0acc5
commit
1047fe2397
@ -28,7 +28,9 @@ enum {
|
||||
|
||||
struct socklistelem{
|
||||
int sockfd;
|
||||
int reply_sockfd;
|
||||
// int reply_sockfd;
|
||||
int data_sockfd;
|
||||
|
||||
int type;
|
||||
int family;
|
||||
int wtpcount;
|
||||
|
Loading…
Reference in New Issue
Block a user