linux:socket编程
差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 | ||
linux:socket编程 [2023/02/21 09:16] – zhangguo | linux:socket编程 [2023/03/17 10:12] (当前版本) – 外部编辑 127.0.0.1 | ||
---|---|---|---|
行 9: | 行 9: | ||
[[https:// | [[https:// | ||
+ | ==== - 大图 ==== | ||
+ | |||
+ | |||
+ | {{: | ||
{{: | {{: | ||
+ | |||
+ | |||
+ | === - recv,read === | ||
+ | |||
+ | < | ||
+ | Returns the number of bytes actually recieved (which might be less than you requested in the | ||
+ | len paramter), or -1 on error (and errno will be set accordingly.) | ||
+ | If the remote side has closed the connection, recv() will return 0. This is the normal method | ||
+ | for determining if the remote side has closed the connection. | ||
+ | </ | ||
+ | |||
+ | ==== - function ==== | ||
+ | |||
< | < |
linux/socket编程.1676942218.txt.gz · 最后更改: 2023/03/17 10:12 (外部编辑)