Lines Matching refs:sent
28 // is same as what it was sent40 let sent = 0;65 sent += bufSize;66 assert.ok(sent < 100 * 1024 * 1024); // max 100MB69 sent += bufSize;70 console.error(`sent: ${sent}`);81 console.error('sent', sent);82 if (received >= sent) {91 assert.strictEqual(sent, received);