This commit is contained in:
ge
2026-05-01 22:23:43 +03:00
parent 80121031f9
commit 04a644869e
15 changed files with 10 additions and 60 deletions
+7 -5
View File
@@ -2,12 +2,14 @@
`netio` is a flexible networking library for V programming language.
Differences with the V standard library `net` module:
Features:
* Provides the low-level wrappers around C API.
* Provides the low-level wrappers around C sockets API.
* Supports any kind of sockets, socket options, address families and protocols.
The `netio.protocol` submodule provides access to the operatins system protocols database.
* Working with network interfaces (limited for now).
* The `netio.protocol` submodule provides access to the operatins system protocols database.
`netio` is tested only on Linux, but should work on all POSIX-compliant operating systems.
Microfost Windows support is not planned yet.
Microsoft Windows support is not planned yet.
See examples/ dir in source code repository for usage examples.