Il mar, 2004-05-11 alle 02:08, Ian L ha scritto:
> Hmm, ok something odd. netstat says my app is on 18141:
> 
> udp        0      0 
> *:18141                 *:*                                22027/paraNode
> 
> but i cant telnet to localhost 18141 either.

Your application is binding on udp/18141, telnet tries to connect to
tcp/18141. I doubt you can succeed ;)

Ciao,
Gian Piero.


Reply via email to