summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorGisle Aas <gisle@activestate.com>2006-01-18 14:43:14 +0000
committerGisle Aas <gisle@activestate.com>2006-01-18 14:43:14 +0000
commit91c526f1235221f5e83d86869c581e2e41a43b47 (patch)
tree348040c49922dfdbccadfe11b6556ff561e1cd75 /ext
parent38f5dce2f24ba3440370804d9745b36dc261f941 (diff)
downloadperl-91c526f1235221f5e83d86869c581e2e41a43b47.tar.gz
Allow IPPROTO_ICMP and IPPROTO_UDP to be exported.
These were introduced in change 26897. p4raw-id: //depot/perl@26903
Diffstat (limited to 'ext')
-rw-r--r--ext/Socket/Socket.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/Socket/Socket.pm b/ext/Socket/Socket.pm
index 68412b0d71..bb053490e8 100644
--- a/ext/Socket/Socket.pm
+++ b/ext/Socket/Socket.pm
@@ -337,7 +337,10 @@ use XSLoader ();
@EXPORT_OK = qw(CR LF CRLF $CR $LF $CRLF
+ IPPROTO_ICMP
IPPROTO_TCP
+ IPPROTO_UDP
+
TCP_KEEPALIVE
TCP_MAXRT
TCP_MAXSEG