in reply to (tye)Re2: How do I *add* a socket option ?
in thread How do I *add* a socket option ?
I added
in Socket.xs and re-installed it. Now, I get my original error, the same that I got if I did#include <linux/netfilter_ipv4.h>
That error is "Protocol not available".getsockopt($server_socket, SOL_SOCKET, 80); # 80 = SO_ORIGINAL_DST
I am back to square one. :-(
|
|---|