mirror of
https://github.com/impact-eintr/netstack.git
synced 2025-10-12 00:00:22 +08:00
更新笔记 添加更详细的注释 截止到地址解析的实现
This commit is contained in:
@@ -15,6 +15,7 @@ import (
|
||||
var BufConfig = []int{1 << 7, 1 << 8, 1 << 8, 1 << 9, 1 << 10, 1 << 11, 1 << 12, 1 << 13, 1 << 14, 1 << 15}
|
||||
|
||||
// 负责底层网卡的io读写以及数据分发
|
||||
// NOTE 也就是网卡驱动
|
||||
type endpoint struct {
|
||||
// 发送和接收数据的文件描述符
|
||||
fd int
|
||||
|
Reference in New Issue
Block a user