Hello,

I have read Squid guys have done it under UNIX/Windows and AFAIK Squid is
also user-mode only application. A transparent proxy requires to listen to
all the target IPs on one adapter when destination port equals 80. So I
wonder what API they are using? Raw sockets? Does raw sockets support TCP or
is it UDP only? Let's assume we are able to listen for packets--how do we do
the TCP handshake? Does it work like normal sockets with Accept() taking
care of the handshake or is it like NDIS code--packet-by-packet
intervention?
 Best Regards,

SZ
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to