class EventMachine::Synchrony::TCPSocket

def post_init

def post_init
  @in_buff, @out_buff = '', ''
  @in_req = @out_req = @unbind_reason = @read_type = nil
  @opening = true
  @closed = @remote_closed = false
end