# File lib/em/pure_ruby.rb, line 624
    def get_outbound_data_size
      @outbound_q.inject(0) {|memo,obj| memo += (obj || "").length}
    end