SIN: spec updated magic number (prefix) to 0x0F
This commit is contained in:
parent
544c5d4467
commit
60446df733
2
SIN.js
2
SIN.js
@ -11,7 +11,7 @@ function ClassSpec(b) {
|
|||||||
};
|
};
|
||||||
this.data = new Buffer(1 + 1 + payload.length);
|
this.data = new Buffer(1 + 1 + payload.length);
|
||||||
this.__proto__ = this.encodings['binary'];
|
this.__proto__ = this.encodings['binary'];
|
||||||
this.prefix(0x18); // SIN magic number, in numberspace
|
this.prefix(0x0F); // SIN magic number, in numberspace
|
||||||
this.type(type);
|
this.type(type);
|
||||||
this.payload(payload);
|
this.payload(payload);
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user