projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
38f5dce
)
Allow IPPROTO_ICMP and IPPROTO_UDP to be exported.
Gisle Aas [Wed, 18 Jan 2006 14:43:14 +0000 (14:43 +0000)]
These were introduced in change 26897.
p4raw-id: //depot/perl@26903
ext/Socket/Socket.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Socket/Socket.pm
b/ext/Socket/Socket.pm
index
68412b0
..
bb05349
100644
(file)
--- 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