On Thu, Jan 22, 2015 at 05:18:10PM +0100, Mohiuddin Ebna Kawsar wrote:
> how "tor knows which socket belongs to which stream, and so to which
> circuit" ?
> which function handle this mapping??
I would guess it's the on_circuit member of the edge_connection_t
struct, but others could probably give
On Thu, Jan 22, 2015 at 04:19:55PM +0100, Mohiuddin Ebna Kawsar wrote:
> Hi,
>
> Suppose an exit node is acting as Exit for 2 different client connected by
> 2 different middle and guard node.
> suppose one of the client make http get request which will pass through
> Exit and TCP packet Header wi
Hi,
Suppose an exit node is acting as Exit for 2 different client connected by
2 different middle and guard node.
suppose one of the client make http get request which will pass through
Exit and TCP packet Header will be then [SENDER: EXIT NODE IP, RECEIVER:
WEB-SERVER IP].
Now we have a reply fro