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)
- Host: GitHub
- URL: https://github.com/conormcd/libsimplesocket
- Owner: conormcd
- License: bsd-2-clause
- Created: 2015-11-13T23:11:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:41:19.000Z (over 2 years ago)
- Last Synced: 2025-01-03T16:50:19.779Z (over 1 year ago)
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.