test_net_socket/shm_util.cpp
@@ -44,7 +44,7 @@ pthread_detach(pthread_self()); char action[512]; while ( true) { while ( true ) { printf("Input action: Close?\n"); if(scanf("%s",action) < 1) { printf("Invalide action\n"); @@ -881,7 +881,6 @@ opt = parse_args(argc, argv); if(opt.bind == 0) { usage(argv[0]); exit(1); } else { start_recvfrom(opt.bind, opt.force); }