namespace Ryujinx.HLE.OsHle.Services.Bsd
{
//bsd_errno == (SocketException.ErrorCode - 10000)
public enum BsdError
Timeout = 60
}