No, that did not solve my problem.
I see with netstat -an that it is listening on localhost UDP port 2842 if I
use
  f := open(":2842","nua")
but if I use
  f := open("localhost:2842","nua")
then open fails.

-----Original Message-----
From: Federico Balbi
To: Art Eschenlauer
Cc: '[EMAIL PROTECTED]'
Sent: 3/9/02 6:16 PM
Subject: Re: [Unicon-group] help: how to use UDP network functions of Unicon
on Linux?

>   (f := open(":2842","nua")) |

Did you try to use "hostname:2842" instead of just ":2842" ?
I think there is a problem if you don't explicitly specify the host.


Federico Balbi
University of Texas at San Antonio 
e-mail: [EMAIL PROTECTED]
URL: http://www.cs.utsa.edu/~fbalbi 


_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to