Hi Hadem,
*How can i call my "neighbor_get()"function after the update messages are
received from the neighbor?. can we use any event to achieve this or any other
ways?.*
Originally, when do you need to call "neighbor_get()" function?
Every after the update message received? Periodically per
Hi Shen,
It seems to be outside of the OpenFlow protocol and Ryu framework...
It is matter of the OS statistics or Python library.
For example, "psutil" provides the network statistic monitoring per interface or
socket connection.
I guess the per connection statistics which using the OpenFlow po
I see, thank you.
On Thu, Jan 18, 2018 at 11:24 PM, Iwase Yusuke
wrote:
> Hi Shen,
>
> It seems to be outside of the OpenFlow protocol and Ryu framework...
>
> It is matter of the OS statistics or Python library.
> For example, "psutil" provides the network statistic monitoring per
> interface o