Skip to content

Conversation

avinash-gupta-in
Copy link

@avinash-gupta-in avinash-gupta-in commented Mar 14, 2025

I have added a feature to support timeout in recv() call. We can now use the setsockopt() with option SO_RCVTIMEO to set timeout value for the specified socket. To get access to a one millisecond counter, I have extended the WIZCHIP stuct to have a new function pointer _get_tick() which should return the value of one ms tick counter. On STM32 platform I connect this to the HAL_GetTick() function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant