Class: Shadowsocks::Connection
- Inherits:
-
EventMachine::Connection
- Object
- EventMachine::Connection
- Shadowsocks::Connection
- Defined in:
- lib/shadowsocks/connection.rb
Constant Summary collapse
- BackpressureLevel =
2m
2097152
Instance Attribute Summary collapse
-
#crypto ⇒ Object
Returns the value of attribute crypto.
Instance Attribute Details
#crypto ⇒ Object
Returns the value of attribute crypto.
5 6 7 |
# File 'lib/shadowsocks/connection.rb', line 5 def crypto @crypto end |