Hi,
I got a sample of code to bind ip address :
bzero(&sin,sizeof(sin));
sin.sin_family=AF_INET;
sin.sin_addr.s_addr=INADDR_ANY;
sin.sin_port=htons(PORT);
bind(sock_descri...
http://www.experts-exchange.com/Programming/Languages/C/Q_20459530.html
Zones:
CDate Answered: 01/27/2003 Grade: A Views: 236
HI,
I want to get my local ethernet ip on which i receive a socket data. I have eth0: 10.0.0.100 and eth1:192.168.1.100 then how to know on which i receive s...
http://www.experts-exchange.com/Programming/Languages/C/Q_21359814.html
Zones:
CDate Answered: 03/30/2005 Grade: A Views: 0
I'm trying to create UDP server...
When I run my perl script it has one IP address, but when I create UDP_socket and bind() it to INADDR_ANY it get binded to another IP address.
How can I detect ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20786649.html
Zones:
PerlDate Answered: 11/13/2003 Grade: A Views: 5