]> Kevux Git Server - fll/commit
Update: Follow up changes for adding sockaddr_storage use in the socket type.
authorKevin Day <kevin@kevux.org>
Sun, 14 Apr 2024 13:57:28 +0000 (08:57 -0500)
committerKevin Day <kevin@kevux.org>
Sun, 14 Apr 2024 13:57:28 +0000 (08:57 -0500)
commit622be586442261be4c98a0df78229163d763da6f
tree12df1658944a9877e033df74be46199e8aabb6c7
parent6fa1ec1f961ba4bf134d6db4e6ee70f56756c5ab
Update: Follow up changes for adding sockaddr_storage use in the socket type.

The commit 6fa1ec1f961ba4bf134d6db4e6ee70f56756c5ab left out a few files.
I also forgot to add the "_e" so that I have "f_socket_address_form_storage_e".

Add use of this in the unit test.
Remove seemingly duplicate unit tests.
Maybe I was trying to do a case of "bind()" returning "false", but the code does not do that in the duplicate unit tests.
Remove the duplicate unit tests as I can always add the "false" case in the future if I so choose to.
level_0/f_socket/c/socket.c
level_0/f_socket/c/socket/address.h
level_0/f_socket/tests/unit/c/test-socket-bind.c