Skip to content

Commit

Permalink
C.send
Browse files Browse the repository at this point in the history
Closes #1368
  • Loading branch information
mwelzl committed Oct 12, 2023
1 parent 11b6c69 commit 1d5382e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions draft-ietf-taps-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,11 @@ Listener.Stop()

This is an example of how an application might open two Connections to a remote application
using the Transport Services API, and send a request as well as receive a response on each of them.
The code designated with comments as "Ready event handler" could, e.g., be implemented
as a callback function, for example. This function would receive the Connection that it expects
to operate on ("Connection" and "Connection2" in the example), handed over using the variable
name "C".


~~~
RemoteSpecifier := NewRemoteEndpoint()
Expand Down

0 comments on commit 1d5382e

Please sign in to comment.