Ryujinx/Ryujinx.HLE/HOS/Services/Ssl/SslService
TSRBerry ba5c0cf5d8
Bsd: Implement Select (#4017)
* bsd: Add gdkchan's Select implementation

Co-authored-by: TSRBerry <20988865+tsrberry@users.noreply.github.com>

* bsd: Fix Select() causing a crash with an ArgumentException

.NET Sockets have to be used for the Select() call

* bsd: Make Select more generic

* bsd: Adjust namespaces and remove unused imports

* bsd: Fix NullReferenceException in Select

Co-authored-by: gdkchan <gab.dark.100@gmail.com>
2022-12-12 14:59:31 +01:00
..
ISslConnection.cs Implement the GetSessionCacheMode in SSL servuce (#3735) 2022-10-19 01:27:11 +00:00
ISslConnectionBase.cs Removed unused usings. (#3593) 2022-08-18 18:04:54 +02:00
ISslContext.cs misc: Make PID unsigned long instead of long (#3043) 2022-02-09 17:18:07 -03:00
SslManagedSocketConnection.cs Bsd: Implement Select (#4017) 2022-12-12 14:59:31 +01:00