]> Kevux Git Server - kevux-tools/commit
Progress: Further work in TacocaT.
authorKevin Day <thekevinday@gmail.com>
Wed, 29 Nov 2023 04:23:41 +0000 (22:23 -0600)
committerKevin Day <thekevinday@gmail.com>
Wed, 29 Nov 2023 04:23:41 +0000 (22:23 -0600)
commit59446d97934d70d5834513f58b3dc31ab145b527
treeeae7f5de4489a11f63ce4af044146addd9bf790f
parent20ef29913eb7b029b69b854d620c5bebef586e2d
Progress: Further work in TacocaT.

The socket id and id_data descriptors need to be initialized to -1 and not 0.
Make sure they are setup after allocation and after processing (or after disconnect).

Provide more verbose error reporting that reports the particular block step the send fails on.
The receive is not yet updated to do the same but in the future it should be updated to do so.
sources/c/tacocat/main/common.c
sources/c/tacocat/main/common/define.h
sources/c/tacocat/main/common/string.c
sources/c/tacocat/main/common/string.h
sources/c/tacocat/main/process.c
sources/c/tacocat/main/send.c