1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-12 16:47:42 -05:00

A first attempt at listening sockets in Open Transport.

[originally from svn r5385]
This commit is contained in:
Owen Dunn
2005-02-22 23:40:47 +00:00
parent ee56a6b48f
commit 54d45f602c
5 changed files with 111 additions and 10 deletions

View File

@ -523,7 +523,7 @@ Socket mactcp_new(SockAddr addr, int port, int privport, int oobinline,
}
Socket mactcp_newlistener(char *srcaddr, int port, Plug plug,
int local_host_only)
int local_host_only, int address_family)
{
fatalbox("mactcp_newlistener");