/** Protocol IP address of the virtual server machine */\r
#define SERVER_IP_ADDRESS { 10, 0, 0, 2}\r
\r
- /** Protocol IP address of the broadcase address */\r
+ /** Protocol IP address of the broadcast address */\r
#define BROADCAST_IP_ADDRESS {0xFF, 0xFF, 0xFF, 0xFF}\r
\r
/** Default Time To Live (TTL) value for sent packets, indicating the maximum allowable hops until their destination is reached */\r
uint8_t TypeOfService; /**< Special service type identifier, indicating delay/throughput/reliability levels */\r
uint16_t TotalLength; /**< Total length of the IP packet, in bytes */\r
\r
- uint16_t Identification; /**< Idenfication value for identifying fragmented packets */\r
+ uint16_t Identification; /**< Identification value for identifying fragmented packets */\r
unsigned int FragmentOffset : 13; /**< Offset of this IP fragment */\r
unsigned int Flags : 3; /**< Fragment flags, to indicate if a packet is fragmented */\r
\r