getsockopt, setsockopt doesn't implement SO_RCVTIMEO,SO_SNDTIMEO for wasi:socket handles
pavelsavara opened this issue · 2 comments
pavelsavara commented
wasi-libc/libc-bottom-half/sources/sockopt.c
Lines 464 to 470 in 7d4d3b8
badeend commented
My suggestion is to keep track of the configured timeout values in wasi-libc and update the sendto
& recvfrom
implementations to take them into account where they're currently calling poll_method_pollable_block