mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2025-08-16 19:57:03 +02:00
remove temp debug code
This commit is contained in:
@ -112,7 +112,6 @@ func (device *Device) BoardcastPacket(skip_list map[mtypes.Vertex]bool, usage pa
|
|||||||
send_list[node_id] = false
|
send_list[node_id] = false
|
||||||
}
|
}
|
||||||
device.peers.RLock()
|
device.peers.RLock()
|
||||||
fmt.Printf("Transit: Boardcast to %v\n", send_list)
|
|
||||||
for node_id, should_send := range send_list {
|
for node_id, should_send := range send_list {
|
||||||
if should_send {
|
if should_send {
|
||||||
peer_out := device.peers.IDMap[node_id]
|
peer_out := device.peers.IDMap[node_id]
|
||||||
|
Reference in New Issue
Block a user