Added HHOOK_SOCKET_NEWCONN and bumped HHOOK_SOCKET_LAST
Obtained from: Juniper Networks, Inc.
Differential D44632
sockets: Add hhook in sonewconn for inheriting OSD specific data stevek on Apr 4 2024, 12:38 AM. Authored by Tags None Referenced Files
Details Added HHOOK_SOCKET_NEWCONN and bumped HHOOK_SOCKET_LAST Obtained from: Juniper Networks, Inc.
Diff Detail
Event TimelineComment Actions I was about to ask "where is #ifdef TCP_HHOOKS?" But then I realized that socket_hhh isn't hidden under any ifdef. Unrelated to this review, but may I ask if it is possible to hide socket_hhh and other stuff that came in 4ec7371233268 under TCP_HHOOKS? Or maybe SOCKET_HHOOKS, if these two are used as two independent features. Comment Actions I think it should be possibly. I'll look at doing the changes to add option handling to the code. |