On 2012-07-27 02:21, William Smith wrote:
Ok got a Fedora box up and running and got the ipe.so made but have hit a snag..
When I use the --rate-governor option the system reports a bind: Address family not supported by protocol error
Did you supply an ip=xxx and a port=xxx value to --rategovernor?
Such as --rate-governor ipe.so:ip=1.2.3.4,port=4000
If that doesn't help, try adding the following line before the bind call in ipe.c (line 218):
me->recv.sin_family = AF_INET;
I think its an IP4 IP6 issue but don're really know where to address it as its been about 10 years since I played in Linux.
Currently, UDPCast only supports IPv4
Thanks William
Regards,
Alain