Networkcomms.net2.3.1 Open source version, based on GPL V3 protocol. Because the 3.x version of the source code can not be published, so based on this version of learning.3. There are many improvements and bug fixes in the X version, and there is little difference in how to use them. /*Please note that the following code is required to comply with the GPLV3 protocol*////<summary> ///This enumeration type is used in the option Packetheader class for character types/// </summary> Public enumPacketheaderstringitems {/// <summary> ///the type of request that the packet corresponds to/// </summary>Packettype,/// <summary> ///If the packet is received by the other party, it needs confirmation ./// </summary>receiveconfirmationrequired,/// <summary> ///The return type of the packet/// </summary>Requestedreturnpackettype,/// <summary> ///data corresponding to the inspection and. /// </summary>Checksumhash,/// <summary> ///Connect The corresponding connection ID, also known as the network ID, each connection has an ID of type shortguide/// </summary>Sourcenetworkidentifier,/// <summary> ///Optional Packet identifier. /// </summary>Packetidentifier,} http://Www.cnblogs.com/networkcommshttp//www.networkcoms.cn Edit
Packetheaderstringitems Enumeration Class (Networkcomms 2.3.1 source knowledge and learning)