Commit c2ef2882 authored by John Selbie's avatar John Selbie

merge

parents e642b254 01b2f1aa
...@@ -304,7 +304,7 @@ void TcpClientLoop(StunClientLogicConfig& config, ClientSocketConfig& socketconf ...@@ -304,7 +304,7 @@ void TcpClientLoop(StunClientLogicConfig& config, ClientSocketConfig& socketconf
int sock; int sock;
CRefCountedBuffer spMsg(new CBuffer(1500)); CRefCountedBuffer spMsg(new CBuffer(1500));
CRefCountedBuffer spMsgReader(new CBuffer(1500)); CRefCountedBuffer spMsgReader(new CBuffer(1500));
CSocketAddress addrDest, addrLocal; CSocketAddress addrDest, addrLocal = socketconfig.addrLocal;
HRESULT hrRet, hrResult; HRESULT hrRet, hrResult;
int ret; int ret;
size_t bytes_sent, bytes_recv; size_t bytes_sent, bytes_recv;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment