mirror of
https://github.com/therootcompany/telebit.git
synced 2025-07-03 02:46:36 +00:00
6 lines
123 B
Go
6 lines
123 B
Go
// Package iana provides Kerberos 5 assigned numbers.
|
|
package iana
|
|
|
|
// PVNO is the Protocol Version Number.
|
|
const PVNO = 5
|