diff --git a/y_socket_t/src/y_socket_t/y_file_handler.c b/y_socket_t/src/y_socket_t/y_file_handler.c index dd1f0f4..ca8c9a6 100644 --- a/y_socket_t/src/y_socket_t/y_file_handler.c +++ b/y_socket_t/src/y_socket_t/y_file_handler.c @@ -121,7 +121,8 @@ void* y_socket_send_file_for_all_nodes(void* arg){ return NULL; } - //y_send_post_file_to_all_nodes(arg); + y_send_post_file_to_all_nodes(arg); + usleep(100); //for(struct list_y_NODE_T *local_list_current = nodes->begin_list; local_list_current; local_list_current=local_list_current->next ) //memset(buf_send, 0, BUF_SIZE+1);