in reply to how can I set LocalAddr to INADDR_ANY in IO::Socket::INET
Your whole problem rest on the claim that the source address must be '0.0.0.0'. Are you sure about that? It would normally be that since the machine has no other address, but I don't think it's a requirement.
For example, wouldn't the source address be something other than '0.0.0.0' in the case where the request is forwarded by a router? It's been a while since I've read the spec and it's not jumping out at me.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how can I set LocalAddr to INADDR_ANY in IO::Socket::INET
by phio (Acolyte) on Mar 19, 2008 at 12:46 UTC | |
by Anonymous Monk on Mar 20, 2008 at 08:55 UTC | |
|
Re^2: how can I set LocalAddr to INADDR_ANY in IO::Socket::INET
by phio (Acolyte) on Mar 19, 2008 at 11:44 UTC |