packetgraph icon indicating copy to clipboard operation
packetgraph copied to clipboard

Packetgraph library is a collection of network bricks you can connect to form a network graph.

Results 83 packetgraph issues
Sort by recently updated
recently updated
newest added

The idea is to distribute traffic from a single input edge to several output edge (round robin). Traffic coming back from all output edge is sent to input edge Example...

wall

We currently have a mix of `@param param_name` and `@param_name` and we should harmonize it. @param_name seem to be the preferred norm. Also, we need to replace all git grep...

doc

A simple router brick to dispatch packets between ports

wall

Generate [IPFIX](https://en.wikipedia.org/wiki/IP_Flow_Information_Export) packets based on incoming traffic

wall

Very similar to TCP brick, the idea is to provide an easy way to have a tcp server using packetgraph. This is quite more complicated as this imply to include...

wall

The idea is more or less close from rxtx brick: allow user to create an UDP server. The brick would check that: - destination corresponds to user's listening address/port -...

wall

We should be able to remove VM to benchmark vhost using http://dpdk.org/ml/archives/dev/2016-April/037752.html

vhost