Skip to content

Commit

Permalink
Update socket_send_msg_offset_length_port_address_callback.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianzqt authored Nov 19, 2017
1 parent 9c8c985 commit fe2896b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dgram/socket_send_msg_offset_length_port_address_callback.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ client.send([buf1, buf2], 41234, (err) => {
```

发送多个 buffer 的速度取决于应用和操作系统。
It is important to run benchmarks to
determine the optimal strategy on a case-by-case basis. Generally speaking,
however, sending multiple buffers is faster.
逐案运行基准来确定最佳策略是很重要的。但是一般来说,发送多个 buffer 速度更快。

**关于 UDP 包大小的注意事项**

Expand Down

0 comments on commit fe2896b

Please sign in to comment.