summaryrefslogtreecommitdiff
path: root/PracticalSocket.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-02-28 23:18:08 +0000
committerChristian Pointner <equinox@anytun.org>2008-02-28 23:18:08 +0000
commit63a7daa4f27a83bf49ce7ffaf95b68c4a0e15231 (patch)
tree6e3bedbfb872b8cd5638810082e60eff0f6344e4 /PracticalSocket.h
parentfixed (diff)
anyrtpproxy finished ??
Diffstat (limited to 'PracticalSocket.h')
-rw-r--r--PracticalSocket.h4
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