Class: Shadowsocks::Local::LocalListener

Inherits:
Shadowsocks::Listener show all
Defined in:
lib/shadowsocks/local.rb

Constant Summary

Constants inherited from Connection

Connection::BackpressureLevel

Instance Attribute Summary collapse

Attributes inherited from Shadowsocks::Listener

#addr_to_send, #cached_pieces, #config, #connector, #header_length, #ip_detector, #remote_addr, #remote_port, #stage

Attributes inherited from Connection

#crypto

Method Summary

Methods inherited from Shadowsocks::Listener

#post_init, #receive_data, #remote, #unbind

Instance Attribute Details

#behind_gfwObject

Returns the value of attribute behind_gfw.



37
38
39
# File 'lib/shadowsocks/local.rb', line 37

def behind_gfw
  @behind_gfw
end