Revert "Initial commit of updated IPv6"

This commit is contained in:
rfm 2023-08-18 12:06:26 +01:00 committed by GitHub
parent c1833e1130
commit 21d630ba95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 30 additions and 39 deletions

View file

@ -951,15 +951,6 @@
initToAddr: address port: port]);
sock = socket(PF_INET, SOCK_STREAM, 0);
//IPv6
if(!ins)
{
#if defined(AF_INET6)
ins = (GSSocketStream*)AUTORELEASE([[GSInet6InputStream alloc] initToAddr: address port: port]);
outs = (GSSocketStream*)AUTORELEASE([[GSInet6OutputStream alloc] initToAddr: address port: port]);
#endif
}
/*
* Windows only permits a single event to be associated with a socket
* at any time, but the runloop system only allows an event handle to