diff options
author | Christian Pointner <equinox@anytun.org> | 2008-02-28 23:18:08 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-02-28 23:18:08 +0000 |
commit | 63a7daa4f27a83bf49ce7ffaf95b68c4a0e15231 (patch) | |
tree | 6e3bedbfb872b8cd5638810082e60eff0f6344e4 /PracticalSocket.h | |
parent | fixed (diff) |
anyrtpproxy finished ??
Diffstat (limited to 'PracticalSocket.h')
-rw-r--r-- | PracticalSocket.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PracticalSocket.h b/PracticalSocket.h index dcb39a9..0192cfd 100644 --- a/PracticalSocket.h +++ b/PracticalSocket.h @@ -128,6 +128,10 @@ public: void setLocalAddressAndPort(const string &localAddress, unsigned short localPort = 0) throw(SocketException); + + void setSocketOpt(int optionName, const void* optionValue, socklen_t optionLen) + throw(SocketException); + /** * If WinSock, unload the WinSock DLLs; otherwise do nothing. We ignore * this in our sample client code but include it in the library for |