Home > Archive > PERL POE > October 2006 > Component::Server::TCP tcp wrappers suggestion
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Component::Server::TCP tcp wrappers suggestion
|
|
| Jorge Bras 2006-10-18, 8:08 am |
| Hi all,
I'm a newbie to POE, so be nice :)
IMHO, it would be great if Component::Server::TCP, had support for tcp
wrappers. Right know I'm using Net::TCPwrappers for this.
But if POE supported it would be a must, I think.
Thanks,
--
../bras
| |
| Rocco Caputo 2006-10-30, 7:51 pm |
| On Oct 18, 2006, at 10:00, Jorge Bras wrote:
> IMHO, it would be great if Component::Server::TCP, had support for
> tcp
> wrappers. Right know I'm using Net::TCPwrappers for this.
> But if POE supported it would be a must, I think.
Looking at the SYNOPSIS for Net::TCPwrappers, you should be able to
do something similar from POE::Component::Server::TCP's
ClientConnected callback if POE gave you the filehandle of the
connecting socket.
--
Rocco Caputo - rcaputo@pobox.com
|
|
|
|
|