mirror of
https://github.com/soypat/lneto.git
synced 2026-08-08 08:53:40 +00:00
more consistent argument ordering for tcp.Conn.Open call; DHCP client now sets ClientID correctly from config
This commit is contained in:
@@ -117,7 +117,7 @@ func setupClientServer(t *testing.T, rng *rand.Rand, client, server *StackIP, co
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
err = connClient.OpenActive(svip, clip.Port(), 100)
|
||||
err = connClient.OpenActive(clip.Port(), svip, 100)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user