# File lib/core/ssl.rb, line 129
    def protocol_name
      rc, name = Cproton.pn_ssl_get_protocol_name(@impl, 128)
      name if rc
    end