Modifying IP headers for HTTP GET/POST

I would like to be able to modify IP headers for an outgoing HTTP GET or POST. Specifically, I would like to set the TTL value to arbitrary integers.

Some suggested building a dialer on top of x/net/ipv4 and encapsulating that in a HTTP transport but I was looking for an easier way of doing this.

Best,
Nosh

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.