ywkaras commented on code in PR #10944:
URL: https://github.com/apache/trafficserver/pull/10944#discussion_r1430879054
##########
lib/swoc/include/swoc/IPSrv.h:
##########
@@ -116,7 +116,7 @@ class IP4Srv {
protected:
IP4Addr _addr; ///< Address.
- in_port_t _port = 0; ///< Port.
+ in_port_t _port = 0; ///< Port [host order].
Review Comment:
why [ host order] not (host order)?
--
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]