mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
rename PhysicalPeerPath -> PeerPhysicalPath to reflect C API
This commit is contained in:
parent
b3429481cd
commit
f3c29d3f0d
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ package com.zerotierone.sdk;
|
||||||
|
|
||||||
import java.net.InetAddress;
|
import java.net.InetAddress;
|
||||||
|
|
||||||
public class PhysicalPeerPath {
|
public class PeerPhysicalPath {
|
||||||
private InetAddress address;
|
private InetAddress address;
|
||||||
private long lastSend;
|
private long lastSend;
|
||||||
private long lastReceive;
|
private long lastReceive;
|
||||||
|
@ -37,7 +37,7 @@ public class PhysicalPeerPath {
|
||||||
private boolean active;
|
private boolean active;
|
||||||
private boolean preferred;
|
private boolean preferred;
|
||||||
|
|
||||||
private PhysicalPeerPath() {}
|
private PeerPhysicalPath() {}
|
||||||
|
|
||||||
public final InetAddress address() {
|
public final InetAddress address() {
|
||||||
return address;
|
return address;
|
Loading…
Add table
Reference in a new issue