Skip to content

Commit

Permalink
refine comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Nov 4, 2024
1 parent 0d9a63c commit 2b05a22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/picotls.h
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ extern "C" {
#define PTLS_TO_STR(n) PTLS_TO__STR(n)

/**
* default maximum of tickets to send (see ptls_context_t::ticket_requests.server.max_count
* default maximum of tickets to send (see ptls_context_t::ticket_requests.server.max_count)
*/
#define PTLS_DEFAULT_MAX_TICKETS_TO_SERVE 4

Expand Down Expand Up @@ -1039,8 +1039,8 @@ struct st_ptls_context_t {
uint8_t resumption_count;
} client;
/**
* if set to non-zero, the maximum number of tickets being sent is capped to the specifed value; the maximum is set to
* PTLS_DEFAULT_MAX_TICKETS_TO_SERVE.
* if set to non-zero, the maximum number of tickets being sent is capped to the specifed value; if set to zero, the maximum
* adopted is PTLS_DEFAULT_MAX_TICKETS_TO_SERVE.
*/
struct {
uint8_t max_count;
Expand Down

0 comments on commit 2b05a22

Please sign in to comment.