packages/hyprspace: sendPacket in parallel

This commit is contained in:
Max Headroom 2024-04-21 23:45:10 +02:00
parent 5d2b42f9f8
commit 06b6ad5569

View file

@ -196,7 +196,7 @@ func UpRun(r *cmd.Root, c *cmd.Sub) {
if found {
dst = route.Target.ID
sendPacket(dst, packet, plen)
go sendPacket(dst, packet, plen)
}
}
}