Writing /share/Web/wiki/data/cache/8/879ceb89f55c3e0186007950d0416866.metadata failed
linux:socket编程
差别
这里会显示出您选择的修订版和当前版本之间的差别。
| 两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 | ||
| linux:socket编程 [2023/02/21 09:05] – zhangguo | linux:socket编程 [2023/03/17 10:12] (当前版本) – 外部编辑 127.0.0.1 | ||
|---|---|---|---|
| 行 2: | 行 2: | ||
| ====== socket编程 ====== | ====== socket编程 ====== | ||
| ===== - socket 学习 ===== | ===== - socket 学习 ===== | ||
| + | |||
| + | [[https:// | ||
| [[https:// | [[https:// | ||
| 行 7: | 行 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编程.1676941527.txt.gz · 最后更改: 2023/03/17 10:12 (外部编辑)