UDP remote server--Python网络编程学习笔记

xiaoxiao2021-02-27  438

Unreliability: 不可靠性(不靠谱), 是指client向server发出一个请求后, 非得等到server的回复才罢休, 如果server不回复或者回复的packet丢失时, client将呆滞在那里永远等待, 这是不可靠性.

A call that waits for a network operation to complete is said to block the caller. The term blocking is used to describe a call like recv() that makes the client wait until new data arrives.

转载请注明原文地址: https://www.6miu.com/read-1861.html

最新回复(0)