In my opinion, portability of sofia is not a barrier to implement OS
specific features. Portability is the place where Autoconf comes into
play to help to build code proper to specific OS.
Who should I contact to gain information about possibility to
implement this feature ?
I think that lack of t
sofia is a portable sip stack library runing in windows, mac, linux,
unix, simbian, and migh by other system that i don't know
sofia can't implement a specific operating system feature
evean you can ignore my reply and confirm with core sofia developers
thanks
Le 25/10/2010 21:12, Adam Kuśmirek a
Hi All
Did you think about implementing possibility to bind to specific
interface (eg. eth0.20) ?
As I know, under Linux OS it is possible by setting socket option
SO_BINDTODEVICE
using
int setsockopt(int s, int level, int optname, const void *optval,
socklen_t optlen);
It could be very useful