Add debug udp offload info

This commit is contained in:
albexk 2024-02-10 17:47:33 +03:00 committed by pokamest
parent 032e33f577
commit 6705978fc8
5 changed files with 14 additions and 0 deletions

View file

@ -545,6 +545,7 @@ func (device *Device) BindUpdate() error {
}
device.log.Verbosef("UDP bind has been updated")
device.log.Verbosef(netc.bind.GetOffloadInfo())
return nil
}