radarsat1 / liblo

liblo is an implementation of the Open Sound Control protocol for POSIX systems
GNU Lesser General Public License v2.1
192 stars 60 forks source link

TCP fixes #135

Closed malloch closed 1 year ago

malloch commented 1 year ago

Fixes for TCP: improved handling of disconnected/broken connections, which previously could result in infinite looping over lo_server_recv(). Fixed memory leak in receive buffers.