zoukankan      html  css  js  c++  java
  • iOS之Payload、Trailer

    iOS之Payload、Trailer

      A packet generally contains three basic parts: a header that tells where the packet should be sent, a payload that contains the actual data, and a trailer that contains checksum information to ensure that the packet was received correctly. Some packet types include this checksum information as part of the header, and thus do not have a trailer. For example, shows the structure of an Ethernet packet.

       一直没搞明白payload是个什么东西,现在搞明白了,理解为POST-DATA或者BODY-DATA即可。

  • 相关阅读:
    JNUOJ 1187
    JNUOJ 1184
    HDU 4848
    HDU 4849
    哈夫曼树和哈弗曼编码小记
    HDU 5726
    POJ 3368 & UVA 11235
    2016江苏省CPC省赛 I
    POJ 3928
    POJ 3067
  • 原文地址:https://www.cnblogs.com/tekkaman/p/2700058.html
Copyright © 2011-2022 走看看