[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] TCP_MD5
- Subject: [ale] TCP_MD5
- From: chris.ricker at gmail.com (Chris Ricker)
- Date: Fri, 09 Aug 2013 08:09:41 -0400
- In-reply-to: <[email protected]>
- References: <[email protected]>
On 8/8/13 6:00 PM, Chris Fowler wrote:
>
> In the kernel I have this enabled:
> CONFIG_TCP_MD5SIG=y
>
> It seems to me that this must be enabled for each application via the
> setsockopt(2) using the TCP_MD5SIG option. For the programs I have
> installed I would need to modify them and recompile.
>
> Is this correct or is there a way to enable this on all TCP sockets?
>
That's correct. It's a per-connection option that can be set by the
application once the support framework is present in the kernel
- References:
- [ale] TCP_MD5
- From: cfowler at outpostsentinel.com (Chris Fowler)