HomeFreeBSD

Export tcp_always_keepalive for use by the Chelsio TOM module.

Description

Export tcp_always_keepalive for use by the Chelsio TOM module.

This used to work by accident with ld.bfd even though always_keepalive
was marked as static. LLD honors static more correctly, so export this
variable properly (including moving it into the tcp_* namespace).

Reviewed by: bz, emaste
MFC after: 2 weeks
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D14129

Details

Provenance
jhbAuthored on
Reviewer
bz
Differential Revision
D14129: Export tcp_always_keepalive for use by the Chelsio TOM module.
Parents
rS328607: Fix some bugs and review feedback.
Branches
Unknown
Tags
Unknown