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