Skip to content

Commit

Permalink
Merge pull request #1413 from ietf-tapswg/mw-api-C_send
Browse files Browse the repository at this point in the history
C.send
  • Loading branch information
mwelzl committed Oct 16, 2023
2 parents 10fd99d + 1d5382e commit 1943980
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions draft-ietf-taps-interface.md
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 1943980

Please sign in to comment.