Module Inet.Show_port_in_test

Show_port_in_test renders the port as an integer, even in tests, unlike the normal sexp_of_t and to_string, which render the port as "PORT" in tests.

type nonrec t = t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val to_string : t -> string