On 11/11/2020 03:50, RUI Zhengxin wrote:
This issue is very critial, it can make the select abnormally return
timeout after long run time.
If the timeout is set to 5ms, when the system run after 7s(19.4h),
the select function will wait 10ms timeout, which is two times of
setting value.
This issue is very critial, it can make the select abnormally return timeout
after long run time.
If the timeout is set to 5ms, when the system run after 7s(19.4h),
the select function will wait 10ms timeout, which is two times of setting value.
This issue is created by calculating timeou
On 11/11/20 1:37 am, Rick VanderWal wrote:
> Lesson: Don't just randomly select an odd number for the first octet of your
> MAC
> address for testing.
Setting the group address bit in the OUI will cause you issues. If your OUI is
locally generated for testing I suggest you set the locally adminis
Hey Chris, (and RTEMS users)
Thanks for the response and suggested alternative method of setting the
MAC address. After changing to your method, I found I still had the same
issues with networking. However, I did discover and fix my issue and it
doesn't have anything to do with RTEMS. Sorry!