Skip to content

Commit

Permalink
Update Interface.md
Browse files Browse the repository at this point in the history
修正错误
  • Loading branch information
lomoalbert committed Jul 20, 2014
1 parent a920176 commit 80d147d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/Interface.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 结构 Interface

type Interface struct {
Index int // 应该是一个正整数,如果为0的话则代表未启用
Index int // 从1计数(不存在0的情况)
MTU int // 最大传输单位
Name string // 比如 "en0", "lo0", "eth0.100"
HardwareAddr HardwareAddr // IEEE MAC-48, EUI-48 and EUI-64 form
Expand Down

0 comments on commit 80d147d

Please sign in to comment.