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
On Windows, setsockopt expects 'const char *' for the option value
parameter, not 'void *'. Add WIN32-specific casts for TCP_NODELAY
setsockopt calls in edge_utils.c and sn_utils.c.
Made-with: Cursor
0 commit comments