Re: comment about struct tcp_tw_bucket in struct sock
From: David S. Miller <hidden>
Date: 2003-05-14 19:17:27
From: David S. Miller <hidden>
Date: 2003-05-14 19:17:27
From: Olaf Hering [off-list ref]
Date: Wed, 14 May 2003 10:00:43 +0200
On Tue, May 13, David S. Miller wrote:
> It's documented in tcp.h already.
True, but not in struct sock.
When you edit the layout of struct sock you assume
the full responsibility that you might be breaking
something that uses struct sock. This includes
third party modules.
You shouldn't be making changing to it lightly. How this made TCP
blow up is the negative feedback you get for trying to change struct
sock ;-)