1 write to Fd
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
ConnectionIoState.cs (1)
92
Fd
= fd;
8 references to Fd
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (8)
Connection\DirectTlsConnection.cs (4)
199
_logger.LogDebug(ex, "Failed to dispose half-open connection backend for fd={Fd}", _connectionState.
Fd
);
399
_logger.LogDebug(ex, "TLS fatal error for fd={Fd}, aborting connection", _connectionState.
Fd
);
419
_pump.Unregister(_connectionState.
Fd
);
451
_logger.LogDebug(ex, "TLS shutdown failed for fd={Fd}", _connectionState.
Fd
);
Connection\DirectTlsConnection.FeatureCollection.cs (1)
111
_socket = new Socket(new SafeSocketHandle((IntPtr)_connectionState.
Fd
, ownsHandle: false));
ConnectionIoState.cs (2)
129
if (Pump is { } pump && !pump.ModifyEvents(
Fd
, events))
131
throw new TlsException($"Failed to update epoll interest for fd={
Fd
}");
TlsEventPump.cs (1)
1174
_logger.LogDebug(ex, "TLS ClientHello listener failed for fd={Fd}; dropping connection.", connection.ConnectionState.
Fd
);