On Fri, Feb 15, 2019 at 10:58 PM Eric Dumazet <eduma...@google.com> wrote: > > On Fri, Feb 15, 2019 at 6:50 AM Yafang Shao <laoar.s...@gmail.com> wrote: > > > > As SOCK_DEBUG() isn't used any more, we can get ride of it now. > > > > No, we are still using this infrastructure from time to time. > > I told you I agreed to remove the current (obsolete) TCP call sites, > I never suggested to remove SOCK_DEBUG() completely.
All right, however I'm not persuaded by you. Because SOCK_DEBUG() is not a smart way for debugging, which requires the user code to be modified. We have other more flexible methords. Thanks Yafang