Query: net::proxy::connector::tcp
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Net::Proxy::Connector::tcp(3pm) User Contributed Perl Documentation Net::Proxy::Connector::tcp(3pm)NAMENet::Proxy::Connector::tcp - Net::Proxy connector for standard tcp proxiesSYNOPSIS# sample proxy using Net::Proxy::Connector::tcp use Net::Proxy; my $proxy = Net::Proxy->new( in => { type => tcp, port => '6789' }, out => { type => tcp, host => 'remotehost', port => '9876' }, ); $proxy->register(); Net::Proxy->mainloop();DESCRIPTION"Net::Proxy::Connector::tcp" is a connector for handling basic, standard TCP connections.CONNECTOR OPTIONSThe connector accept the following options: "in" o host The listening address. If not given, the default is "localhost". o port The listening port. "out" o host The remote host. o port The remote port. o timeout The socket timeout for connection ("out" only).AUTHORPhilippe 'BooK' Bruhat, "<book@cpan.org>".COPYRIGHTCopyright 2006 Philippe 'BooK' Bruhat, All Rights Reserved.LICENSEThis program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2009-10-18 Net::Proxy::Connector::tcp(3pm)
Similar Topics in the Unix Linux Community |
---|
TCP Listening Ports |
Processes listening on Ports(Solaris) |
Formatting port scan output |
What is My IP Address? |
Set Proxy In The Terminal & problem Package Installing |