You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New macos 15.0+ APIs uses Network.NWEndpoint for both
TCP remoteEndpoint (new name is remoteFlowEndpoint) and
UDP localEndpoint (new name is localFlowEndpoint).
The old APIs use a different type, which is NetworkExtension.NWEndpoint.
Network.NWEndpoint is available also on older macos versions, so we can just use that
type in our FlowTCP and FlowUDP classes, then for older versions convert from
NetworkExtension.NWEndpoint to it
0 commit comments