File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
codec-classes-quic/src/main/java/io/netty/incubator/codec/quic Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -561,11 +561,9 @@ static native int quiche_conn_stream_priority(
561
561
562
562
static native byte [] quiche_conn_retired_scid_next (long connAddr );
563
563
564
-
565
564
static native long quiche_conn_path_event_next (long connAddr );
566
565
static native int quiche_path_event_type (long pathEvent );
567
566
static native void quiche_path_event_free (long pathEvent );
568
-
569
567
static native Object [] quiche_path_event_new (long pathEvent );
570
568
static native Object [] quiche_path_event_validated (long pathEvent );
571
569
static native Object [] quiche_path_event_failed_validation (long pathEvent );
Original file line number Diff line number Diff line change 54
54
<quicheHomeDir >${project.build.directory}/quiche</quicheHomeDir >
55
55
<quicheHomeBuildDir >${quicheHomeDir}/build</quicheHomeBuildDir >
56
56
<quicheHomeIncludeDir >${quicheHomeDir}/quiche/include</quicheHomeIncludeDir >
57
- <quicheRepository >https://github.com/normanmaurer /quiche</quicheRepository >
58
- <quicheBranch >c_api_path_event </quicheBranch >
59
- <quicheCommitSha >3fa221b2 </quicheCommitSha >
57
+ <quicheRepository >https://github.com/cloudflare /quiche</quicheRepository >
58
+ <quicheBranch >master </quicheBranch >
59
+ <quicheCommitSha >5796adc0a06044e9e4f2020ad51f680bd0d071bc </quicheCommitSha >
60
60
<generatedSourcesDir >${project.build.directory}/generated-sources</generatedSourcesDir >
61
61
<templateDir >${project.build.directory}/template</templateDir >
62
62
<cargoTarget />
You can’t perform that action at this time.
0 commit comments