Browse thread
Udp connection problem
-
Frederico Valente
- Stéphane Glondu
-
Serge Aleynikov
- Frederico Valente
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Frederico Valente <a25285@a...> |
| Subject: | Re: [Caml-list] Udp connection problem |
Serge Aleynikov wrote:
> Frederico,
>
> I believe the problem is that you are opening a server socket on a local
> address "127.0.0.1" rather than on a publicly-known address (stored in
> DNS) or any ("0.0.0.0"), and therefore only a client on the same host
> will be able to reach the server.
>
> Regards,
>
> Serge
Well, the server is on my machine, as well as the client. That's why
I've used that address. I've killed the firewall so that I could rule
out that source of problems as well. So I guess the problem lies in my
code... :S