adamfisk / LittleProxy

High performance HTTP proxy originally written by your friends at Lantern and now maintained by a stellar group of volunteer open source programmers.

Home Page:https://www.getlantern.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UDT binding reverses local and remote addresses

oxtoacart opened this issue · comments

See ProxyToServerConnection line 535:

cb.connect(localAddress, remoteAddress);

Ah yes -- I've done that before. Totally non-intuitive method signature on that ordering.