File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
endif ()
9
9
10
10
project (picoquic
11
- VERSION 1.1.19.10
11
+ VERSION 1.1.19.11
12
12
DESCRIPTION "picoquic library"
13
13
LANGUAGES C CXX)
14
14
Original file line number Diff line number Diff line change 40
40
extern "C" {
41
41
#endif
42
42
43
- #define PICOQUIC_VERSION "1.1.19.10 "
43
+ #define PICOQUIC_VERSION "1.1.19.11 "
44
44
#define PICOQUIC_ERROR_CLASS 0x400
45
45
#define PICOQUIC_ERROR_DUPLICATE (PICOQUIC_ERROR_CLASS + 1)
46
46
#define PICOQUIC_ERROR_AEAD_CHECK (PICOQUIC_ERROR_CLASS + 3)
@@ -261,7 +261,7 @@ typedef enum {
261
261
picoquic_callback_path_available , /* A new path is available, or a suspended path is available again */
262
262
picoquic_callback_path_suspended , /* An available path is suspended */
263
263
picoquic_callback_path_deleted , /* An existing path has been deleted */
264
- picoquic_callback_path_quality_changed , /* Some path quality parameters have changed */
264
+ picoquic_callback_path_quality_changed /* Some path quality parameters have changed */
265
265
} picoquic_call_back_event_t ;
266
266
267
267
typedef struct st_picoquic_tp_prefered_address_t {
You can’t perform that action at this time.
0 commit comments