farsightsec / fstrm

Frame Streams implementation in C
MIT License
59 stars 27 forks source link

Set timeout for sending and receiving on UNIX/TCP socket #72

Open Payne-X6 opened 2 months ago

Payne-X6 commented 2 months ago

Set timeout for sending and receiving on UNIX/TCP socket to ensure that the io thread does not block when destroyed.

Fixes #69