Fw: [RSPlib-Discusssion] unsupported address family

Marjan Bozinovski marjanb at cpk.auc.dk
Thu Feb 20 16:07:03 CET 2003


The problem is that it had worked always fine until yesterday. I really
hadn't done any change in the software. Moreover, I think that it also
showed the same error but with "unsupported address family #6". Can this
happen due to a hardware problem? Can a network card be the problem?

Marjan


----- Original Message -----
From: "Thomas Dreibholz" <dreibh at exp-math.uni-essen.de>
To: "Marjan Bozinovski" <marjanb at cpk.auc.dk>
Cc: <rsplib-discussion at sctp.de>
Sent: Thursday, February 20, 2003 2:26 PM
Subject: Re: [RSPlib-Discusssion] unsupported address family


Hi!

-----
Connecting to (unsupported address family #5)...
ERROR: SocketAddress::createSocketAddress(sockaddr) - Unknown address
family !
Connection establishment failed: Can't assign requested address
-----

I assume you establish a connection using ext_connect() using a sockaddr_*
structure created before. Check the code that creates this structure. Do
you set the address family correctly (e.g. address->sin_family = AF_INET
for sockaddr_in)?
The error message above is printed when a sockaddr_* structure is
converted to an SocketAddress object; this is the structure where
addresses are handled internally. Currently, only AF_INET, AF_INET6 and
AF_UNIX are supported by this class. The family type 5 is AF_CHAOS (under
FreeBSD).


Best regards
--
=======================================================================
 Dipl.-Inform. Thomas Dreibholz

 University of Essen,                            Room ES210
 Inst. for Experimental Mathematics              Ellernstraße 29
 Computer Networking Technology Group            D-45326 Essen/Germany
-----------------------------------------------------------------------
 E-Mail:     dreibh at exp-math.uni-essen.de
 Homepage:   http://www.exp-math.uni-essen.de/~dreibh
=======================================================================






More information about the rsplib-discussion mailing list