in reply to Re: loose source and route record
in thread loose source and route record

Hi Anonymous Monk,

Attached below there is a script that reproduces the situation (tested and working (the script, no LSRR option ... ) ) :

#!/usr/bin/perl use strict;

Kind regards,

Ernesto

Replies are listed 'Best First'.
Re^3: loose source and route record
by Anonymous Monk on Jan 31, 2011 at 16:54 UTC
    Um, how is it complete without dataStruct? Your question is about setsockopt , but the data you give setsockopt is undefined

      Better now?