lsalzman / enet

ENet reliable UDP networking library
MIT License
2.71k stars 669 forks source link

enet_socket_send threadsafe? #186

Closed playingoDEERUX closed 2 years ago

playingoDEERUX commented 2 years ago

Question in title, help is appreciated.

lsalzman commented 2 years ago

It's as thread-safe as the underlying syscalls it is wrapping on any given platform, so roughly yes.

playingoDEERUX commented 2 years ago

Wow thanks, fast response.