1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-09 10:26:02 +08:00
This commit is contained in:
fumiama
2022-01-01 18:09:30 +08:00
parent c27ac311a6
commit 0b7994fff9

View File

@@ -113,6 +113,7 @@ func (m *Me) ListenFromNIC() {
packet = buf
}
n, err := m.nic.Read(packet[off:])
logrus.Debugln("[me] recv", n, "bytes to send from nic")
if isrev {
off = 0
}