add xnet stack tcp handshake test

This commit is contained in:
Patricio Whittingslow
2025-10-18 19:51:57 -03:00
parent 86fc8fdaf5
commit d731106c51
4 changed files with 128 additions and 25 deletions
+4
View File
@@ -25,6 +25,10 @@ func (ls *StackEthernet) SetGateway6(gw [6]byte) {
ls.gwmac = gw
}
func (ls *StackEthernet) Gateway6() (gw [6]byte) {
return ls.gwmac
}
func (ls *StackEthernet) SetHardwareAddr6(mac [6]byte) {
ls.mac = mac
}