]> Kevux Git Server - fll/commit
Update: Socket file settings, use enumerations rather than defines, and add family...
authorKevin Day <kevin@kevux.org>
Thu, 6 Jul 2023 01:37:53 +0000 (20:37 -0500)
committerKevin Day <kevin@kevux.org>
Thu, 6 Jul 2023 01:37:53 +0000 (20:37 -0500)
commit26f4afb088ad0f9dfea114704b6d9015c67ad953
treee71676b088065f1b244997810b93d0e98411520a
parente6eb50d25b1cd7fa78af43fbd37445b88f5a94bb
Update: Socket file settings, use enumerations rather than defines, and add family enumerations.

This expands the socket family and makes their use more correct and consistent with existing ones.

The socket domain is renamed where possible to be protocol family or address family.

Bring in a lot of the existing family type codes (both protocol family and address family).
build/stand_alone/fake.config.h
level_0/f_socket/c/socket.c
level_0/f_socket/c/socket.h
level_0/f_socket/c/socket/common.h
level_0/f_socket/tests/unit/c/test-socket-bind_local.c
level_3/control/c/control.c
level_3/control/c/private-control.c
level_3/controller/c/controller.c