19 Oct
2010
19 Oct
'10
4:17 p.m.
On Mon, 2010-10-11 at 03:08 -0400, Simon James wrote:
Hi
Is it possible to combine use of TPROXY with a server written in Java? I cannot find a way of setting the IP_TRANSPARENT socket option from within Java.
Well, IP_TRANSPARENT equals to 19, so if you can call setsockopt then you can enable IP_TRANSPARENT to 19. -- Bazsi