1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-27 06:10:26 +08:00

fix: use nic mtu that minus packet header

This commit is contained in:
源文雨
2024-08-03 16:42:16 +08:00
parent bafeb149be
commit cf2daf9a3e
10 changed files with 46 additions and 38 deletions

View File

@@ -3,10 +3,10 @@
package lower
func (n *NIC) Up() {
func (n *NICIO) Up() {
panic("not support lower on this os now")
}
func (n *NIC) Down() {
func (n *NICIO) Down() {
panic("not support lower on this os now")
}