JosiahWI commented on code in PR #11850:
URL: https://github.com/apache/trafficserver/pull/11850#discussion_r1838577514
##########
src/iocore/net/UnixUDPNet.cc:
##########
@@ -456,6 +455,10 @@
UDPNetProcessorInternal::read_single_message_from_net(UDPNetHandler *nh, UDPConn
}
#endif
}
+ // Use the local address if none of the cmsg to get the destination
address is unavailable
Review Comment:
> if none ... is unavailable
That wording seems a little strange; maybe it's a mistake? Otherwise, it
might be clearer to say "if any ... is available".
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]