![]() |
![]()
| ![]() |
![]()
NAMEPOE::Filter::DNS::TCP - A POE Filter to handle DNS over TCP connections VERSIONversion 0.06 SYNOPSISuse POE::Filter::DNS::TCP; my $filter = POE::Filter::DNS::TCP->new(); my $arrayref_of_net_dns_objects = $filter->get( [ $dns_stream ] ); my $arrayref_of_streamed_dns_pckts = $filter->put( $arrayref_of_net_dns_objects ); DESCRIPTIONPOE::Filter::DNS::TCP is a POE::Filter for parsing and generating DNS messages received from or transmitted (respectively) over TCP as per RFC 1035. CONSTRUCTOR
METHODS
AUTHORS
COPYRIGHT AND LICENSEThis software is copyright (c) 2014 by Chris Williams, Hans Dieter Pearcey and Rocco Caputo. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|