diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-09-23 11:39:25 +0000 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-09-23 11:39:25 +0000 |
commit | 5b5da5bf9564ad4c0dac692c9d93fc9479667ff0 (patch) | |
tree | 1586eff40ba3d2d5842130213ba3ee83183d85ca /server.c | |
parent | d93da5af53d6beb9a2339839aa47fbbbbeafc208 (diff) |
pass one extra test
Diffstat (limited to 'server.c')
-rw-r--r-- | server.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -361,7 +361,7 @@ void udp_port_cleanup_handler(void *arg) /* Make the manager routine */ void *send_udp_packet_routine(void *arg) { - printf("send udp packet routine\n"); + // printf("send udp packet routine\n"); int *buf = arg; // unpack args int user_index = buf[0]; |