7 references to DefaultEpollInterest
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (7)
TlsEventPump.cs (5)
734
if (!TryArmHandshakeInterest(clientFd,
DefaultEpollInterest
))
749
CurrentEpollInterest =
DefaultEpollInterest
,
1097
TlsOperationStatus.DestinationTooSmall =>
DefaultEpollInterest
| NativeTls.EPOLLOUT,
1098
TlsOperationStatus.NeedMoreData =>
DefaultEpollInterest
,
1116
if (!TryModifyHandshakeInterest(fd,
DefaultEpollInterest
))
TlsEventPump.UserCallbacks.cs (2)
264
if (!TryArmHandshakeInterest(fd,
DefaultEpollInterest
))
270
conn.CurrentEpollInterest =
DefaultEpollInterest
;