diff options
author | fcolin | 2009-10-08 13:07:04 +0000 |
---|---|---|
committer | fcolin | 2009-10-08 13:07:04 +0000 |
commit | 00e97f3decde46e85fba871a20aa79e27cb679e3 (patch) | |
tree | 31084ff19777b8cbe36b1eeb9d979370a33f79d7 /Ivy/ThreadedSocket.h | |
parent | 773d105e88a4323b844b378e599e2884310eaa50 (diff) | |
download | ivy-cplusplus-00e97f3decde46e85fba871a20aa79e27cb679e3.zip ivy-cplusplus-00e97f3decde46e85fba871a20aa79e27cb679e3.tar.gz ivy-cplusplus-00e97f3decde46e85fba871a20aa79e27cb679e3.tar.bz2 ivy-cplusplus-00e97f3decde46e85fba871a20aa79e27cb679e3.tar.xz |
correction des bug connexion concurrente
correction sur le ready message attente des deux endRegexp
Diffstat (limited to 'Ivy/ThreadedSocket.h')
-rw-r--r-- | Ivy/ThreadedSocket.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Ivy/ThreadedSocket.h b/Ivy/ThreadedSocket.h index ad33c3e..7c22efd 100644 --- a/Ivy/ThreadedSocket.h +++ b/Ivy/ThreadedSocket.h @@ -56,6 +56,10 @@ public: size_t SendTo(const void* lpBuf, size_t nBufLen,
unsigned int nHostPort, const char * lpszHostAddress = 0, int nFlags = 0);
+ unsigned short int GetLocalPort();
+
+ unsigned short int GetRemotePort();
+
inline int GetPeerName(SOCKADDR* lpSockAddr, int* lpSockAddrLen)
{
|