porting bird to ecos

Martin Mares mj at ucw.cz
Mon May 15 10:25:06 CEST 2006


Hi!

> Thanks there seems problem with fcntl
> fcntl(fd, F_SETFL, O_NONBLOCK) is not supported in the OS being used for arguments F_SETFL and O_NONBLOCK.
> 
> Is there any other the functionality required by BIRD can be achived
> without the above call? I tried 'setsockopt' but it also didn't
> worked.
> 
> Is there any way by which making the socket as non-blocking can be
> avoided and still BIRD works for BSD tcp/ip stack.

Sorry, but non-blocking sockets are vital in BIRD and very likely in any
other application using networking heavily.

				Have a nice fortnight
-- 
Martin `MJ' Mares   <mj at ucw.cz>   http://atrey.karlin.mff.cuni.cz/~mj/
Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth
Why is "abbreviation" such a long word?



More information about the Bird-users mailing list