On Wed, 09 Sep 2015 10:02:17 -0400, Lawrence Teo wrote: > This diff removes redundant defines in two files. > > In s_socket.c, SOCKET_PROTOCOL is defined as IPPROTO_TCP, but it's only > used once.
OK. > In s_time.c, NO_SHUTDOWN is always defined, so there is no need for a > bunch of NO_SHUTDOWN #ifdef blocks. I'm less sure about this as without calling SSL_shutdown() the client is not notified. I suppose that's intentional as s_time is just for timing connections? - todd