dhcp working!

This commit is contained in:
soypat
2025-07-09 16:54:48 -03:00
parent 9c0e250cf6
commit 489e9951fa
10 changed files with 228 additions and 69 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ func expectExchange(t *testing.T, from, to *StackIP, buf []byte) {
t.Helper()
n, err := from.Encapsulate(buf, 0)
if err != nil {
t.Error("expectExchange:Handle:", err)
t.Error("expectExchange:encapsulate:", err)
} else if n == 0 {
t.Error("expected data exchange")
return