Skip to content

Commit

Permalink
Merge pull request astaxie#200 from vzever/patch-2
Browse files Browse the repository at this point in the history
Update Interface.md
  • Loading branch information
astaxie committed Jul 20, 2014
2 parents 5a172bc + 80d147d commit 62ecdec
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 62ecdec

Please sign in to comment.