Merge pull request #9099 from sepalani/so-linger

IP/Top: Add SO_LINGER optname
This commit is contained in:
LC 2020-10-19 07:58:51 -04:00 committed by GitHub
commit c9b2fbb64b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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: