y_socket: add other address: all excluding local address

This commit is contained in:
2025-10-18 13:59:26 +02:00
parent 807269035d
commit 1f4dd9cc4c
4 changed files with 80 additions and 1 deletions
@@ -27,6 +27,7 @@ struct arg_send_file{
void* y_socket_send_file_for_all_nodes(void* arg);
void* y_socket_send_file_for_node(void* arg);
void* y_send_buf_for_all_(void* arg);
void* y_send_buf_for_other_(void* arg);
enum cmd_type {
cmd_update_kill,