You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?