#include <stdio.h>
#include <iostream>
#include <sys/types.h>
#include "GlobalConstants.h"
#include "Packet.h"
#include "os_spec.h"
Go to the source code of this file.
Compounds | |
class | TpPacket |
A TpPacket has the following feilds, in the following order: Sequence Number (8 bits) Ack (8 bits) Credits (5 bits) Ack Bit Retrans Bit End Bit Data (variable length). More... |