From: Herbert R. <he...@wi...> - 2002-06-21 10:02:52
|
> But Net::LDAP does not hide the socket away, it is avaliable via a method aha. didnt know that. that's not documented in Net::LDAP manpage. > for this reason. I dont want to cram _connect with all possible options that > people may want. In this case the author could just as easily do > > $ldap = Net::LDAP->new(...); > $ldap->socket->sockopt(SO_KEEPALIVE,1); ok to me if you guarantee that $ldap->socket won't be removed (I assume it will stay). please $ldap->socket to manpage and demonstrate a possible use if it (e.g. by turning on keepalives). thanks, /herp > Graham. > |