Setting Socket Timeout?

后端 未结 3 834
北海茫月
北海茫月 2021-01-18 09:13

Using sockets, I am not sure how to set the timeout?

thanks

int sock, connected, bytes_recieved;
char send_data [128] , recv_data[128];       
SOCKAD         


        
3条回答
提交回复
热议问题