Re: [tor-dev] How Exit node decide which relay dedicated for particular http response.

2015-01-22 Thread Ian Goldberg
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

Re: [tor-dev] How Exit node decide which relay dedicated for particular http response.

2015-01-22 Thread Ian Goldberg
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

[tor-dev] How Exit node decide which relay dedicated for particular http response.

2015-01-22 Thread Mohiuddin Ebna Kawsar
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