mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
tcp_fastopen: Fix a typo in a source code comment
- s/posession/possession/ MFC after: 3 days
This commit is contained in:
parent
496432f192
commit
9b035689f1
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
*
|
||||
* In addition to the facilities defined in RFC7413, this implementation
|
||||
* supports a pre-shared key (PSK) mode of operation in which the TFO server
|
||||
* requires the client to be in posession of a shared secret in order for
|
||||
* requires the client to be in possession of a shared secret in order for
|
||||
* the client to be able to successfully open TFO connections with the
|
||||
* server. This is useful, for example, in environments where TFO servers
|
||||
* are exposed to both internal and external clients and only wish to allow
|
||||
|
|
|
|||
Loading…
Reference in a new issue