Displaying 3 results from an estimated 3 matches for "tcp_option".
Did you mean:
tcp_options
2011 Aug 21
6
[Bug 738] New: reading beyond buffer limits in nf_conntrack_proto_tcp.c::tcp_options()
http://bugzilla.netfilter.org/show_bug.cgi?id=738
Summary: reading beyond buffer limits in
nf_conntrack_proto_tcp.c::tcp_options()
Product: netfilter/iptables
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: nf_conntrack
AssignedTo: netfilter-buglog at lists.netfilter.org
Rep...
1999 Sep 30
1
A little utility for checking socket settings
...MEO, "SO_SNDTIMEO, send timeout"},
{ SO_RCVBUF, "SO_RCVBUF, receive buffer size"},
{ SO_ERROR, "SO_ERROR, error status"},
{ SO_TYPE, "SO_TYPE, socket type"},
{ 0, NULL }
};
OPTION tcp_option[] = {
{ TCP_MAXSEG, "TCP_MAXSEG, maximum segment size
(mss)"},
{ TCP_NODELAY, "TCP_NODELAY, send even tiny
packets"},
{ 0, NULL}
};
if ((getuid()) != 0) {
(void) fprintf(stderr,"getsocket...
2016 Oct 04
13
[Bug 1087] New: Window Tracking not disabled
https://bugzilla.netfilter.org/show_bug.cgi?id=1087
Bug ID: 1087
Summary: Window Tracking not disabled
Product: conntrack-tools
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: conntrack-daemon
Assignee: netfilter-buglog