This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document IO::Socket getsockopt and setsockopt
authorSlaven Rezic <srezic@iconmobile.com>
Thu, 29 Apr 2010 14:04:35 +0000 (16:04 +0200)
committerDavid Golden <dagolden@cpan.org>
Tue, 1 Jun 2010 00:18:00 +0000 (20:18 -0400)
commit321499b5be1bfbade4d0e2e11136d1d4d87a5e7f
treea8bf95cb7918e8b654946e0b71274617343103ae
parent065144c63ee2795acbc962d225b0a3f8d7967ae3
Document IO::Socket getsockopt and setsockopt

get/setsockopt are not explicitly documented. Note that the documented
sockopt() method is a wrapper around get/setsockopt, but does not cover
all cases because of the hardcoded level (= SOL_SOCKET).
dist/IO/lib/IO/Socket.pm