Values.RangedSocketAddressSourceA socket address with a port range.
type nonrec t = {name : IpV4Address.t;IPv4 socket address.
*)portRange : IntegerRange.t;Port range of a socket address.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of IpV4Address.t
| `Structure of (string * [> `Integer of Integer.t ]) list ])
list ]