I am using raw socket to pump specific IP Packets to network. I construct the total IP Packet and send using sendto. My question is, what is the need to bind the socket to an IP address, when I am using a raw socket.(Since the source address is filled by the program and not kernel)
Thanks Libin Jose