bneradt commented on a change in pull request #7821:
URL: https://github.com/apache/trafficserver/pull/7821#discussion_r631407924
##########
File path: include/tscore/ink_inet.h
##########
@@ -1231,6 +1231,8 @@ struct IpAddr {
size_t len ///< [in] Size of buffer.
) const;
+ sockaddr *toSockAddr(sockaddr *dest) const;
Review comment:
Probably good to add a doxygen for this to be consistent with the other
functions here.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]