This commit is contained in:
ge
2026-05-01 22:11:47 +03:00
parent 26a422d5ed
commit 80121031f9
+3
View File
@@ -8,3 +8,6 @@ Differences with the V standard library `net` module:
* Supports any kind of sockets, socket options, address families and protocols. * Supports any kind of sockets, socket options, address families and protocols.
The `netio.protocol` submodule provides access to the operatins system protocols database. 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.