]> git.seodisparate.com - UDPConnection/commit
Better handling of receiving packets in recv loop
authorStephen Seo <seo.disparate@gmail.com>
Tue, 10 Jan 2023 02:51:54 +0000 (11:51 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 10 Jan 2023 02:51:54 +0000 (11:51 +0900)
commit577ab0bc5263926b384f941bf8d05294450a4319
tree87d1d6eea8b1234b0101136d8c3cdd808e15d9a0
parenta8ef89d9b17145a0a9750e4c8401af6a2ea12a59
Better handling of receiving packets in recv loop

On error processing a received packet, continue to receive packets in
the loop. If no packet was received, the loop ends.
src/UDPConnection.cpp