Browse Source

remember why we are doing getsockopt()

Nick Mathewson 6 years ago
parent
commit
c01507a5fe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/core/mainloop/connection.c

+ 1 - 0
src/core/mainloop/connection.c

@@ -1462,6 +1462,7 @@ connection_listener_new(const struct sockaddr *listensockaddr,
     }
     }
 
 
 #ifndef __APPLE__
 #ifndef __APPLE__
+    /* This code was introduced to help debug #28229. */
     int value;
     int value;
     socklen_t len = sizeof(value);
     socklen_t len = sizeof(value);