Skip to content

Commit

Permalink
srth: comment different upump functions
Browse files Browse the repository at this point in the history
  • Loading branch information
funman committed Feb 2, 2024
1 parent 8f237b7 commit 75d7818
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/upipe-srt/upipe_srt_handshake.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ struct upipe_srt_handshake {
struct urefcount urefcount;

struct upump_mgr *upump_mgr;
struct upump *upump_timer;
struct upump *upump_timeout;
struct upump *upump_keepalive_timeout;
struct upump *upump_kmreq;
struct upump *upump_timer; /* send handshakes every 250ms until connected */
struct upump *upump_timeout; /* abort connection if not successful */
struct upump *upump_keepalive_timeout; /* reset connection if no keep alive in 10s */
struct upump *upump_kmreq; /* re-send key update if not acknowledged */
struct uclock *uclock;
struct urequest uclock_request;

Expand Down

0 comments on commit 75d7818

Please sign in to comment.