mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Support outgoing connections bound to a specific local address.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18953 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3c85fee35b
commit
1a0cf15c79
7 changed files with 108 additions and 17 deletions
|
@ -428,7 +428,10 @@ NSString * const NSFileHandleOperationException
|
|||
* is <em>not</em> made via a socks server.<br />
|
||||
* Otherwise, the text '...' must be the name of the host on which the
|
||||
* socks5 server is running, with an optional port number separated
|
||||
* from the host name by a colon.
|
||||
* from the host name by a colon.<br />
|
||||
* Alternatively a prefix of the form 'bind-' forllowed by an IP address
|
||||
* may be used (for non-socks connections) to ensure that the connection
|
||||
* is made from the specified address.
|
||||
* </item>
|
||||
* <item>
|
||||
* If modes is nil or empty, uses NSDefaultRunLoopMode.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue