C H A P T E R  10

image

Basic Packet Interaction and Operations

Interaction with the Packet through Unique-to-packetC Capabilities

The packet can be seen as either one of the simplest data elements in the language or one of the most complex, and hopefully both in a good way. In its simplest form, the packet is an array of bytes, as defined in cloudshield.ph, it simply looks similar to the statement below:

//============================================================================== //  Packet Type // //  Each system may have a slightly different constraint on the buffer for each //  packet.  The typedef below defines the $PACKET for the system. ...

Get packetC Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.