Skip to content

Commit

Permalink
Fix nit
Browse files Browse the repository at this point in the history
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #21795)
  • Loading branch information
hlandau committed Apr 19, 2024
1 parent 71f4b2d commit 1920a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/designs/quic-design/server/quic-polling.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ contain a large number of design issues:

- There are separate `EPOLL_CTL_ADD` and `EPOLL_CTL_MOD` calls which are needed
to add a new FD registration and modify an existing FD registration, when
most of the time what is desired is an “upsert” call. Thus callers have to
track whether an FD has already been added or not.
most of the time what is desired is an “upsert” (update or inser) call. Thus
callers have to track whether an FD has already been added or not.

- Only one FD can be registered, modified, or unregistered per syscall, rather
than several FDs at once (syscall overhead).
Expand Down

0 comments on commit 1920a38

Please sign in to comment.