You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The socket API of the stack has a lot dependency's in different files. There should be a define switch to disable the socket API if only the raw bypass mode is used and a own TCP/IP Stack like lwip.
A concrete problem was the SO_RCVTIMEO define that use 20 at rs9116 stack instead of lwips 0x1006.
best regards
sebastian
The text was updated successfully, but these errors were encountered:
The socket API of the stack has a lot dependency's in different files. There should be a define switch to disable the socket API if only the raw bypass mode is used and a own TCP/IP Stack like lwip.
A concrete problem was the SO_RCVTIMEO define that use 20 at rs9116 stack instead of lwips 0x1006.
best regards
sebastian
The text was updated successfully, but these errors were encountered: