When I plug my ethernet cable to my pc, observing first packet on wireshark takes approximately 4-5 seconds. Why is that? Is the PHY chip taking long time to wake up?
I am asking this because I am working on a project where I am using STM32F429ZI nucleo board to implement TCP/IP.
I am currently able to send ARP requests. However, before sending anything I have to wait also 4-5 seconds otherwise I cannot observe the ARP request on wireshark.
Is this normal behavior for PHY chips?
I also tried different computer, It takes the same amount of time to send its first packet.