internet: (fixes #846) allow UDP sockets to be reopened after Close

This commit is contained in:
Tommaso Pecorella
2023-02-03 15:13:06 -06:00
committed by Tommaso Pecorella
parent 7b7393d124
commit dd2407dffd

View File

@@ -232,6 +232,8 @@ UdpSocketImpl::FinishBind()
}
if (done)
{
m_shutdownRecv = false;
m_shutdownSend = false;
return 0;
}
return -1;