mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2026-05-09 18:11:26 +08:00
Chore: cleanup code
This commit is contained in:
@@ -33,7 +33,7 @@ func (u *udpPacket) Drop() {
|
||||
func (u *udpPacket) LocalAddr() net.Addr {
|
||||
return &net.UDPAddr{
|
||||
IP: u.source.IP,
|
||||
Port: int(u.source.Port),
|
||||
Port: u.source.Port,
|
||||
Zone: "",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user