s/socket_tcp/socket_tcp4/

This commit is contained in:
leitner
2001-11-25 23:51:23 +00:00
parent ae4b409c55
commit 67b6379bbf
11 changed files with 11 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ appropriately, without creating a new socket.
char \fIip\fR[4];
uint16 \fIp\fR;
\fIs\fR = socket_tcp();
\fIs\fR = socket_tcp4();
socket_bind4(s,ip,p);
socket_connect4(s,ip,p);