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:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user