tilibs icon indicating copy to clipboard operation
tilibs copied to clipboard

libticables: implementation of the TCP cables

Open debrouxl opened this issue 8 years ago • 0 comments

After being suggested years ago, the TCP client and TCP server cables are now part of libticables' API, but they aren't implemented yet. One of the ways not to reinvent the socket handling wheels, and have to deal with all kinds of functionality (send with timeout, etc.) and portability issues ourselves, is to take advantage of Glib's sockets, or ZeroMQ ZMQ_STREAM sockets. Using raw socket APIs would be more suitable for Emscripten builds, though.

debrouxl avatar Dec 31 '16 09:12 debrouxl