Commit 631644b1 authored by 神楽坂玲奈's avatar 神楽坂玲奈

test

parent 0c832b0e
...@@ -48,7 +48,7 @@ export class Server { ...@@ -48,7 +48,7 @@ export class Server {
const { id, delay } = peer; const { id, delay } = peer;
// jitter 还没算 // jitter 还没算
p[id] = { delay, jitter: 0, reliability }; p[id] = { delay: Math.round(delay), jitter: 0, reliability };
} }
const message: UploadMessage = { id: self.id, ack: this.ack, peers: p }; const message: UploadMessage = { id: self.id, ack: this.ack, peers: p };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment