]> Kevux Git Server - fll/commit
Cleanup: Fix socket documentation comment, where type is the actual socket type.
authorKevin Day <kevin@kevux.org>
Tue, 11 Jul 2023 01:52:44 +0000 (20:52 -0500)
committerKevin Day <kevin@kevux.org>
Tue, 11 Jul 2023 01:52:44 +0000 (20:52 -0500)
commitc336bda3e83a29a0a44b62330a7d4692d9fb63c3
treed213bdf33bf52586e28486d98488d833a760ef5f
parent73146111b3d045670dbb3fc53a4d77e88386ca9a
Cleanup: Fix socket documentation comment, where type is the actual socket type.

The socket.type is not the address type, it is the socket type.

The socket type is something like SOCK_STREAM or f_socket_type_stream_e.
level_0/f_socket/c/socket.h