游戏后台开发
发布时间:2017-07-12 23:13:31
https://www.zhihu.com/question/53559433......【阅读全文】
发布时间:2017-06-08 16:47:20
IntroductionThis tutorial is an introduction to using the libyaml library with the C programming language. It assumes a basic knowledge of the YAML format. See Wikipedia for more information and links to the relevant sites.More InformationAll information used to write this pa.........【阅读全文】
发布时间:2017-03-15 20:58:54
(1)以太网和802.3对数据帧的长度都有一个限制,其最大值分别是1500和1492个字节。链路层的这个特性称作MTU。不同类型的网络大多数都有一个上限。如果IP层有一个数据要传,且数据的长度比链路层的MTU还大,那么IP层就要进行分片(fragmentation),把数据报分成若干片,这样每一个分片都小于MTU。 (2)把一份IP数.........【阅读全文】