INSEE 05.04.2011
Interconnection Nertworks Simulation and Evaluation Environment
Data Structures | Typedefs | Enumerations
C:/cygwin/home/Javier/insee/src/packet.h File Reference

Definition of FSIN Packets. More...

#include "misc.h"
Include dependency graph for packet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  routing_r
struct  packet_t

Typedefs

typedef struct routing_r routing_r
typedef enum message_l message_l
typedef struct packet_t packet_t

Enumerations

enum  message_l { SHORT_MSG, LONG_MSG, LONG_LAST_MSG }

Detailed Description

Definition of FSIN Packets.


Typedef Documentation

typedef enum message_l message_l

Message type for bimodal traffic.

typedef struct packet_t packet_t

Structure that defines a FSIN packet.

It contains all the needed information for routing, stats calculating and bimodal & trace traffic supporting.

typedef struct routing_r routing_r

Definition of a routing record.


Enumeration Type Documentation

enum message_l

Message type for bimodal traffic.

Enumerator:
SHORT_MSG 

1 packet length message.

LONG_MSG 

message with longmessages packets length.

LONG_LAST_MSG 

last packet of a long message.