basil00 / TorWall

Tallow - Transparent Tor for Windows

Home Page:http://reqrypt.org/tallow.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redirect_tcp condition

renecn opened this issue · comments

hi basil00,
I'm confused that in redirect_tcp function , why (addr->Outbound && addr->Loopback ) represent Tor ---> PC path, and (addr->Outbound && !addr->Loopback) represent PC ---> Tor ?
I think that tor-->pc and pc--->tor are both addr->Loopback. Also pc--->tor is Outbound and tor-->pc is Inbound,

Can you give me an answer?

It means addr->Outbound && !addr->Loopback is a packet that is to be redirected to Tor, not already directed to Tor.