mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Revert "Initial commit of updated IPv6"
This commit is contained in:
parent
c1833e1130
commit
21d630ba95
4 changed files with 30 additions and 39 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue