packages/hyprspace: sendPacket in parallel
This commit is contained in:
parent
5d2b42f9f8
commit
06b6ad5569
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue