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