|
@@ -1696,7 +1696,7 @@ function DataConnection(peer, provider, options) {
|
|
// TODO: perhaps default serialization should be binary-utf8?
|
|
// TODO: perhaps default serialization should be binary-utf8?
|
|
this.options = util.extend({
|
|
this.options = util.extend({
|
|
serialization: 'binary',
|
|
serialization: 'binary',
|
|
- reliable: true
|
|
|
|
|
|
+ reliable: false
|
|
}, options);
|
|
}, options);
|
|
|
|
|
|
// Connection is not open yet.
|
|
// Connection is not open yet.
|