Skip to content

Commit

Permalink
Update chunk size doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TimEvens committed Apr 18, 2024
1 parent 0768d31 commit d4b930d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/quicr/quicr_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class Client
* @param relay_info : Relay Information to be used by the transport
* @param endpoint_id : Client endpoint ID (e.g., email)
* @param chunk_size : Size in bytes to chunk messages if greater than this size
* Zero disables, value is max(chunk_size, max_transport_data_size)
* @param tconfig : Transport configuration
* @param logger : Shared pointer to cantina::Logger object
* loggings operations
Expand Down
1 change: 1 addition & 0 deletions src/quicr_client_raw_session.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class ClientRawSession
* @param relayInfo : Relay Information to be used by the transport
* @param endpoint_id : Client endpoint ID (e.g., email)
* @param chunk_size : Size in bytes to chunk messages if greater than this size
* Zero disables, value is max(chunk_size, max_transport_data_size)
* @param tconfig : Transport configuration
* @param logger : Shared pointer to a cantina::Logger object
*
Expand Down

0 comments on commit d4b930d

Please sign in to comment.