Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Pi-Bouf committed Nov 23, 2024
1 parent 48fae41 commit ea6f816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@geckos.io/common": "^3.0.0",
"@yandeu/events": "0.0.6",
"node-datachannel": "0.8.0"
"node-datachannel": "0.22.0"
},
"funding": {
"url": "https://github.com/sponsors/yandeu"
Expand Down
4 changes: 1 addition & 3 deletions packages/server/src/wrtc/connectionsManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ export default class ConnectionsManagerServer {
const dc_config: DataChannelInitConfig = {
maxPacketLifeTime,
maxRetransmits,
reliability: {
unordered: !ordered
}
unordered: !ordered
}

// WebRTCConnection configuration
Expand Down

0 comments on commit ea6f816

Please sign in to comment.