Method: Rex::Proto::Kerberos::Client#protocol

Defined in:
lib/rex/proto/kerberos/client.rb

#protocolString

Returns The transport protocol used (tcp/udp).

Returns:

  • (String)

    The transport protocol used (tcp/udp)



20
21
22
# File 'lib/rex/proto/kerberos/client.rb', line 20

def protocol
  @protocol
end