Stop relying on net_tstamp.h in AsyncSocket
Summary: `net_tstamp.h` is incomplete on some platforms, particularly OSS. One option would be to make `FOLLY_HAVE_SO_TIMESTAMPING` conditional on all of the timestamp flags being present. However, I'm instead going to just decouple this support from the underlying platform's headers. Reviewed By: rsunkad Differential Revision: D26971541 fbshipit-source-id: 01b24f57ab827aca42889138e4cca4d488ae0940
Showing
Please register or sign in to comment