Hi,
I am facing an issue with libnsl's t_getinfo(). My application links to libnsl and calls this function. I am calling:
tfd=t_open("/dev/udp",O_RDWR,NULL);
t_getinfo(tfd,&ti);
where, ti is of struct t_info type.
If I try with a 32 bit build, the call to t_getinfo returns a proper t_info...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.