Hi everybody
I have a question about setsockopt() call
In the /usr/include/netinet/in.h file is defined
#define IP_HDRINCL 2
that says that the ip header is included whith data
So if one calls setsockopt() ,for a raw socket, whith IP_HDRINCL
it is possable to set arbitrary values in the the header of ip packet??
This can be done in linux but how about tru64 unix
Thanks in advance
Hysen
Received on Tue Oct 16 2001 - 17:06:59 NZDT