Class: Shadowsocks::Connection

Inherits:
EventMachine::Connection
  • Object
show all
Defined in:
lib/shadowsocks/connection.rb

Direct Known Subclasses

Listener, Tunnel

Constant Summary collapse

BackpressureLevel =

512k

524288

Instance Attribute Summary collapse

Instance Attribute Details

#cryptoObject

Returns the value of attribute crypto.



5
6
7
# File 'lib/shadowsocks/connection.rb', line 5

def crypto
  @crypto
end