Skip to content

Commit

Permalink
driver/settings: set max sessions to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
BiagioFesta committed Jun 30, 2023
1 parent e8860a9 commit ce77eba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wtransport/src/driver/streams/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ impl LocalSettingsStream {
.qpack_blocked_streams(VarInt::from_u32(0))
.enable_webtransport()
.enable_h3_datagrams()
.webtransport_max_sessions(VarInt::from_u32(1))
.build();

Self {
Expand Down

0 comments on commit ce77eba

Please sign in to comment.