# File lib/core/transport.rb, line 307
    def push(data)
      Cproton.pn_transport_push(@impl, data, data.length)
    end