An open API service indexing awesome lists of open source software.

https://github.com/conormcd/libsimplesocket

A simple wrapper around socket(2), connect(2) and close(2)
https://github.com/conormcd/libsimplesocket

Last synced: 8 months ago
JSON representation

A simple wrapper around socket(2), connect(2) and close(2)

Awesome Lists containing this project

README

          

# A simple wrapper around socket(2), connect(2), select(2) and close(2)

This is so that those system calls can be called from JNA which can only call
into shared libraries.