1 write to Fd
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
ConnectionIoState.cs (1)
92Fd = 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)
129if (Pump is { } pump && !pump.ModifyEvents(Fd, events)) 131throw 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);