Skip to content
Permalink
Browse files
Merge pull request #9099 from sepalani/so-linger
IP/Top: Add SO_LINGER optname
  • Loading branch information
lioncash committed Oct 19, 2020
2 parents abfae46 + faa1eb7 commit c9b2fbb
Showing 1 changed file with 2 additions and 0 deletions.
@@ -143,6 +143,8 @@ static s32 MapWiiSockOptNameToNative(u32 optname)
{
case 0x4:
return SO_REUSEADDR;
case 0x80:
return SO_LINGER;
case 0x1001:
return SO_SNDBUF;
case 0x1002:

0 comments on commit c9b2fbb

Please sign in to comment.