package net.tomp2p.connection; public enum StandardProtocolFamily { /** * Internet Protocol Version 4 (IPv4) */ INET, /** * Internet Protocol Version 6 (IPv6) */ INET6 }