]> Kevux Git Server - kevux-tools/commit
Progress: Further work in TacocaT.
authorKevin Day <thekevinday@gmail.com>
Mon, 11 Dec 2023 06:32:38 +0000 (00:32 -0600)
committerKevin Day <thekevinday@gmail.com>
Mon, 11 Dec 2023 06:32:38 +0000 (00:32 -0600)
commitd16de808b5ed202cbf66b0fd1be5d8135bce92be
tree28ad42b612902ce9e49c39e8245678e7ff64ddb8
parent483397725c7e9eac50c6812740a1f59adbe60aba
Progress: Further work in TacocaT.

The F_pipe is being returned on socket write calls because the socket.address.inet4.sin_family (and probably the socket.address.inet4.sin_family) is not being set.

The kt_tacocat_socket_flag_send_connect_e is not needed and is now removed.

Use f_socket_close_fast_e in f_socket_disconnect().

Pass f_socket_flag_signal_not_e as a flag to f_socket_write_stream() so that a signal is not received if f_socket_write_stream() returns F_pipe.
sources/c/tacocat/main/common.c
sources/c/tacocat/main/common/enumeration.h
sources/c/tacocat/main/process.c
sources/c/tacocat/main/send.c