mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Remove unused clientAddr from ProxyPair
This commit is contained in:
parent
5212eda6b2
commit
d1ec51bfb9
4 changed files with 4 additions and 6 deletions
|
@ -22,7 +22,7 @@ class ProxyPair
|
|||
onCleanup: null
|
||||
id: null
|
||||
|
||||
constructor: (@clientAddr, @relayAddr, @rateLimit) ->
|
||||
constructor: (@relayAddr, @rateLimit) ->
|
||||
@active = false
|
||||
@id = genSnowflakeID()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue