p4factory
p4factory copied to clipboard
Getting INT counters values from INT sinks
I'm developing a program, counting packet loss in network connections. To do so I insert a sequence number in every packet (task for INT sources) and than count the number of received packets for each sequence (task for INT sinks). How can I get that numbers from INT sinks? Does INT sinks send them to some web-socket?