File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ It exposes a series of callback events:
101
101
it wants to be called for a time check before the loops waits for timers or incoming packets.
102
102
* ` picoquic_packet_loop_after_receive ` : Called after packets have been received, enabling the application
103
103
to perform picoquic API calls triggered by the received data.
104
- * ` picoquic_packet_loop_after_send ` : Called after packets have been received , enabling the application
105
- to perform picoquic API calls triggered by the received data.
104
+ * ` picoquic_packet_loop_after_send ` : Called after packets have been sent , enabling the application
105
+ to perform picoquic API calls triggered by the sent data.
106
106
* ` picoquic_packet_loop_port_update ` : Provides a "loopback" socket address corresponding to the main
107
107
socket. Can be used to learn the port number associated with that socket.
108
108
* ` picoquic_packet_loop_time_check ` : Called before the packet loop starts waiting for a new packet or a
You can’t perform that action at this time.
0 commit comments