meanroc has asked for the wisdom of the Perl Monks concerning the following question:
Hello! I want to do the 3 handshake with the NET::RawIP, so I coded:
use NET::RawIP; my $teste=Net::RawIP->new({ ip => { daddr => 'www.leninja.com.br', }, tcp => {source =>'80', dest => '80', syn => 1, }, }); $teste->send;
But I do not receive the ACK response from host.. Why?? Please, help me! TKS
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: NET::RawIP problem
by Anonymous Monk on May 31, 2014 at 17:17 UTC |