summaryrefslogtreecommitdiff
path: root/PracticalSocket.h
diff options
context:
space:
mode:
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