ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/constants.pl.PL
(Generate patch)

Comparing AnyEvent/constants.pl.PL (file contents):
Revision 1.14 by root, Wed Aug 21 08:40:28 2013 UTC vs.
Revision 1.15 by root, Mon Feb 13 12:25:32 2017 UTC

12 12
13 print "# automatically generated from constants.pl.PL\n"; 13 print "# automatically generated from constants.pl.PL\n";
14} 14}
15 15
16{ 16{
17 # from common::sense 3.7 17 # from common::sense 3.74
18 use strict qw(vars subs); 18 use strict qw(vars subs);
19 no warnings; 19 no warnings;
20 use warnings qw(FATAL closed threads internal debugging pack malloc portable prototype 20 use warnings qw(FATAL closed threads internal debugging pack malloc portable prototype
21 inplace io pipe unpack deprecated glob digit printf 21 inplace io pipe unpack glob digit printf
22 layer reserved taint closure semicolon); 22 layer reserved taint closure semicolon);
23 no warnings qw(exec newline unopened); 23 no warnings qw(exec newline unopened);
24 24
25 BEGIN { 25 BEGIN {
26 print "sub AnyEvent::common_sense {\n"; 26 print "sub AnyEvent::common_sense {\n";
163linux TCP_WINDOW_CLAMP 10 163linux TCP_WINDOW_CLAMP 10
164linux TCP_INFO 11 164linux TCP_INFO 11
165linux TCP_QUICKACK 12 165linux TCP_QUICKACK 12
166linux TCP_CONGESTION 13 166linux TCP_CONGESTION 13
167linux TCP_MD5SIG 14 167linux TCP_MD5SIG 14
168linux TCP_FASTOPEN 23
169linux MSG_DONTWAIT 0x0040
170linux MSG_NOSIGNAL 0x4000
171linux MSG_MORE 0x8000
172linux MSG_FASTOPEN 0x20000000
168netbsd TCP_MAXSEG 2 173netbsd TCP_MAXSEG 2
169netbsd TCP_KEEPIDLE 3 174netbsd TCP_KEEPIDLE 3
170netbsd TCP_NOPUSH 4 175netbsd TCP_NOPUSH 4
171netbsd TCP_KEEPINTVL 5 176netbsd TCP_KEEPINTVL 5
172netbsd TCP_KEEPCNT 6 177netbsd TCP_KEEPCNT 6
173netbsd TCP_KEEPINIT 7 178netbsd TCP_KEEPINIT 7
174netbsd TCP_NOOPT 8 179netbsd TCP_NOOPT 8
175netbsd TCP_MD5SIG 0x10 180netbsd TCP_MD5SIG 0x10
176netbsd TCP_CONGESTION 0x20 181netbsd TCP_CONGESTION 0x20
182netbsd MSG_NOSIGNAL 0x0400
177cygwin TCP_MAXSEG 0x02 183cygwin TCP_MAXSEG 0x02
178cygwin TCP_NOPUSH 0x04 184cygwin TCP_NOPUSH 0x04
179cygwin TCP_NOOPT 0x08 185cygwin TCP_NOOPT 0x08
180freebsd TCP_MAXSEG 0x02 186freebsd TCP_MAXSEG 0x02
181freebsd TCP_NOPUSH 0x04 187freebsd TCP_NOPUSH 0x04
182freebsd TCP_NOOPT 0x08 188freebsd TCP_NOOPT 0x08
183freebsd TCP_MD5SIG 0x10 189freebsd TCP_MD5SIG 0x10
184freebsd TCP_INFO 0x20 190freebsd TCP_INFO 0x20
185freebsd TCP_CONGESTION 0x40 191freebsd TCP_CONGESTION 0x40
192freebsd MSG_NOSIGNAL 0x20000
186solaris TCP_CORK 0x18 193solaris TCP_CORK 0x18
187solaris TCP_LINGER2 0x1C 194solaris TCP_LINGER2 0x1C
188solaris TCP_INIT_CWND 0x15 195solaris TCP_INIT_CWND 0x15
189solaris TCP_KEEPALIVE 0x8 196solaris TCP_KEEPALIVE 0x8
190solaris TCP_MAXSEG 0x02 197solaris TCP_MAXSEG 0x02

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines