dedis / prifi

PriFi, a low-latency, local-area anonymous communication network.
https://prifi.net
GNU Affero General Public License v3.0
48 stars 11 forks source link

Socks rewrite #175

Closed lbarman closed 6 years ago

lbarman commented 6 years ago

Removes the old buggy socks-tunnel. Replaces it with an application-agnostic stream-multiplexer that simply multiplexes -in and -out TCP streams over go channels.

lbarman commented 6 years ago

@junchen108 is this ready to be merged ? Thanks

junchen108 commented 6 years ago

@lbarman yes, it is.