internet: (fixes #846) allow UDP sockets to be reopened after Close
This commit is contained in:
committed by
Tommaso Pecorella
parent
7b7393d124
commit
dd2407dffd
@@ -232,6 +232,8 @@ UdpSocketImpl::FinishBind()
|
||||
}
|
||||
if (done)
|
||||
{
|
||||
m_shutdownRecv = false;
|
||||
m_shutdownSend = false;
|
||||
return 0;
|
||||
}
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user