s/socket_tcp/socket_tcp4/
This commit is contained in:
@@ -31,7 +31,7 @@ before this IP and port can be bound again.
|
||||
char \fIip\fR[16];
|
||||
uint16 \fIp\fR;
|
||||
|
||||
\fIs\fR = socket_tcp();
|
||||
\fIs\fR = socket_tcp4();
|
||||
socket_bind6_reuse(s,ip,p);
|
||||
socket_connect4(s,ip,p);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user