Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/conormcd/libsimplesocket

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

Last synced: 2 days 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.