module ShadowsocksRuby::Connections::UDP

Provides various functionality code of a UDP Connection.

@example

class DummyConnection < EventMachine::Connection
  include ShadowsocksRuby::Connections::UDP::ClientConnection
end
# some how get a DummyConnection object
# dummy_connection = ...
# dummy_connection.plexer_protocol.udp_process_client will be called looply