Skip to content

Commit 4dfe014

Browse files
committed
update netpoll
1 parent b833daa commit 4dfe014

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

netpoll.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,8 @@ func accept(s int) (int, syscall.Sockaddr, string, error) {
542542

543543
```
544544

545+
可以看到,最终还是用 syscall 中的 accept4 或 accept 完成了系统调用。
546+
545547
### Read 流程
546548

547549
```go

0 commit comments

Comments
 (0)