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 Jan 18, 2024
1 parent 19eb2ae commit a795c02
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 a795c02

Please sign in to comment.