NetSim 1.0.0
An educational network simulation software for students
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
tcp.h File Reference

Contains the TCP class definition. More...

#include "src/models/ipaddress.h"
#include "src/models/package.h"
#include "src/models/port.h"
#include <QDebug>
#include <QString>
#include <QVector>
Include dependency graph for tcp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NetSim::TCP
 A static class providing methods for initializing TCP headers and managing TCP flags. More...
 

Namespaces

namespace  NetSim
 

Enumerations

enum  NetSim::TCPFlag {
  NetSim::FIN = 0 , NetSim::SYN = 1 , NetSim::RST = 2 , NetSim::PSH = 3 ,
  NetSim::ACK = 4 , NetSim::URG = 5 , NetSim::ECE = 6 , NetSim::CWR = 7 ,
  NetSim::NS = 8
}
 TCP Flags used for the TCP header. More...
 

Detailed Description

Contains the TCP class definition.