fix long standing oopsie, this assertion check should have been changed a long time ago;

pull/39/head
Bryan Biedenkapp 3 years ago
parent 69bb8ec5ea
commit 4559a9c273

@ -53,7 +53,7 @@ FrameQueue::FrameQueue(UDPSocket* socket, uint32_t peerId, bool debug) :
m_buffers(),
m_debug(debug)
{
assert(peerId > 1000U);
assert(peerId < 999999999U);
}
/// <summary>

Loading…
Cancel
Save

Powered by TurnKey Linux.