module Protocol:sig..end
type t = {
|
name : |
|
aliases : |
|
proto : |
protocols database.val sexp_of_t : t -> Sexplib.Sexp.tval t_of_sexp : Sexplib.Sexp.t -> tval getbyname : string -> t optionprotocols with the given name.val getbyname_exn : string -> tval getbynumber : int -> t optionprotocols with the given protocol number.val getbynumber_exn : int -> t