libsimpletcp - simple socket wrapper
Author: firk
Created: 22/01/04
Download: libsimpletcp-20220123.tar.gz

This is a simple wrapper for BSD socket functions, supports both UNIX and Windows flavours.

libsimpletcp.c could be compiled directly via single compiler call and then bundled into anything:
gcc -DUSE_SNPRINTF -DHAVE_SOCKLEN_T -DLST_SOCK_UNIX_SUPPORT -DUSE_POLL_H -c libsimpletcp.c

All -D options are optional but there is no reason to skip them on any modern system except Windows.

Also it could be built as part of build system of fcl.

libsimpletcp.txt inside contains quick reference of the functions.

Latest issues
new
view all