]> git.seodisparate.com - UDPConnection/commit
Impl add to send-queue and recv callbacks, WIP
authorStephen Seo <seo.disparate@gmail.com>
Wed, 20 Feb 2019 06:13:57 +0000 (15:13 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 20 Feb 2019 06:13:57 +0000 (15:13 +0900)
commit69edca40f8a229eb0e51949738415fbd4dcabb4c
treefbf43d4e9b77315049fc8ced13a51d692c2c2e68
parent629abf6d8ec2ce67d217d356d9706034809cdf4b
Impl add to send-queue and recv callbacks, WIP

Still not finished, need to set up the thread to send queued packets and
receive packets safely.

Also need to add to Deque (see TODO comment).
src/UDPC_Defines.h
src/UDPC_Deque.h
src/UDPConnection.c
src/UDPConnection.h