Skip to content

Commit

Permalink
Update draft-ietf-taps-impl.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpauly committed Nov 9, 2023
1 parent 256ac98 commit cd157eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-taps-impl.md
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ in storage common to all protocols, and notify the Protocol Stack as a whole whe
For Protocol-specific Properties, such as the User Timeout that applies to TCP, the Transport Services implementation only needs to update the relevant protocol instance.

Some Connection Properties might apply to multiple protocols within a Protocol Stack. Depending on the specific property,
it might be appropriate to apply the property across these multiple protocols simultaneously, or else only apply to one.
it might be appropriate to apply the property across multiple protocols simultaneously, or else only apply it to one protocol.
In general, the Transport Services implementation should allow the protocol closest to the application to interpret
Connection Properties, and potentially modify the set of Connection Properties passed down to the next protocol in the
stack. For example, if the application has requested to use keepalives with the `keepAlive` property, and the Protocol
Expand Down

0 comments on commit cd157eb

Please sign in to comment.