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