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