mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Some tweaks for invocations and for networking.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25140 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1855046feb
commit
7c633ab823
6 changed files with 355 additions and 29 deletions
|
@ -329,6 +329,15 @@ GS_EXPORT NSString * const NSStreamSOCKSProxyVersion4;
|
|||
GS_EXPORT NSString * const NSStreamSOCKSProxyVersion5;
|
||||
GS_EXPORT NSString * const NSStreamSOCKSProxyVersionKey;
|
||||
|
||||
/** May be used to read the local IP address of a tcp/ip network stream. */
|
||||
GS_EXPORT NSString * const GSStreamLocalAddressKey;
|
||||
/** May be used to read the local port of a tcp/ip network stream. */
|
||||
GS_EXPORT NSString * const GSStreamLocalPortKey;
|
||||
/** May be used to read the remote IP address of a tcp/ip network stream. */
|
||||
GS_EXPORT NSString * const GSStreamRemoteAddressKey;
|
||||
/** May be used to read the remote port of a tcp/ip network stream. */
|
||||
GS_EXPORT NSString * const GSStreamRemotePortKey;
|
||||
|
||||
/**
|
||||
* Informal protocol for delegates of instance of the [NSStream] class.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue