# File lib/em/protocols/socks4.rb, line 42
      def socks_post_init
        header = [4, 1, @port, @host, 0].flatten.pack("CCnA4C")
        send_data(header)
      end