This commit is contained in:
ge
2026-05-01 23:03:05 +03:00
parent 04a644869e
commit ed674e41e1
10 changed files with 430 additions and 412 deletions
+5 -8
View File
@@ -2,14 +2,11 @@
`netio` is a flexible networking library for V programming language.
Features:
This module provides the low-level wrappers around C APIs and supports
any kind of sockets, socket options, address families and protocols.
`netio.protocol` submodule provides access to the operatins system protocols database.
* Provides the low-level wrappers around C sockets API.
* Supports any kind of sockets, socket options, address families and protocols.
* 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.
Microsoft Windows support is not planned yet.
`netio` is tested only on Linux, but should work on all POSIX-compliant operating
systems. Microsoft Windows support is not planned yet.
See examples/ dir in source code repository for usage examples.