I try to use IP_TRANSPARENT socket option. But I got "IP_TRANSPARENT" was not declared in this scope. If I directly use its code (19) in the code, I got binding error as : "invalid argument". Should I recompile my kernel to support this option? If it is the case, I use kernel 2.6.32. I couldn't find any option in the kernel parameter interface.
Any thoughts?
Thanks,