]> git.seodisparate.com - UDPConnection/commit
Add resendPktQueue to struct in UDPConnection
authorStephen Seo <seo.disparate@gmail.com>
Mon, 4 Mar 2019 02:32:44 +0000 (11:32 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 4 Mar 2019 02:32:44 +0000 (11:32 +0900)
commit3b4ae6e7dd5a0a3492ef64e1064f96eeb1d42a45
tree7d75b18ec90d5a6b4907a51b4a9e9b1030a0523e
parentd6f56530488ecd2b0df3bd1d053559480a2255d0
Add resendPktQueue to struct in UDPConnection

Resending packets now put in higher priority queue in ConnectionData; if
queued both regular packet and resending packet, resending packets are
sent first.
src/UDPC_Defines.h
src/UDPConnection.c
src/UDPConnection.h