diff --git a/exec/totemudpu.c b/exec/totemudpu.c index e8eed92d..dc30a125 100644 --- a/exec/totemudpu.c +++ b/exec/totemudpu.c @@ -1336,15 +1336,6 @@ static int totemudpu_build_sockets_ip ( return (-1); } - /* - * Force reuse - */ -// flag = 1; -// if ( setsockopt(instance->token_socket, SOL_SOCKET, SO_REUSEADDR, (char *)&flag, sizeof (flag)) < 0) { -// perror("setsockopt reuseaddr"); -// return (-1); -// } - /* * Bind to unicast socket used for token send/receives * This has the side effect of binding to the correct interface