squidarth / network-performance-jupyter

Jupyter Notebook to help understand network performance
3 stars 3 forks source link

A procedural problem #1

Open lc11007 opened 5 years ago

lc11007 commented 5 years ago

Hello, when I reappear your program, the following error occurred. Died on std:: runtime_error: mm-delay : please run as non-root Do I need to run in non root?

lc11007 commented 5 years ago

For the above problem, the error is shown in the following statement. msg, addr = self.sock.recvfrom(1600) https://github.com/squidarth/network-performance-jupyter/blob/34e01d05ab32c128de2df88c9f1a8c55ee34f6be/src/senders.py#L44

Do you have any good solutions to such mistakes? I look forward to your reply.