Help for this page

Select Code to Download


  1. or download this
            if (strEQ(name, "SO_ORIGINAL_DST"))
    #ifdef SO_ORIGINAL_DST
    ...
    #else
                goto not_there;
    #endif
    
  2. or download this
    my $destination_address = $server_socket->sockopt(SO_ORIGINAL_DST);
    print STDERR "Error: $!\n";
    print STDERR "Requested destination address: $destination_address\n";