in reply to Re: Net::RawIP question
in thread Net::RawIP question

This:
$n->send; $n->ethnew("eth0"); $n->ethset(source => 'my.target.lan', dest =>'my.target.lan'); $n->ethsend;
the packet is first send then setting the ethernet header? how? can you explain me this?