You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/05/12 21:17:12 UTC

[GitHub] [trafficserver] bneradt commented on a change in pull request #7821: Add method to write an IpAddr value to a sockaddr.

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:
users@infra.apache.org