Searched refs:setTTL (Results 1 – 8 of 8) sorted by relevance
9 const result = socket.setTTL(16);13 socket.setTTL('foo');23 socket.setTTL(1000);24 }, /^Error: setTTL EINVAL$/);
158 sendSocket.setTTL(1);
152 sendSocket.setTTL(1);
806 Socket.prototype.setTTL = function(ttl) { method in Socket809 const err = this[kStateSymbol].handle.setTTL(ttl);
110 exist and calls such as `socket.address()` and `socket.setTTL()` will fail.868 ### `socket.setTTL(ttl)`
3381 * setTTL and setBroadcast for dgram (Matt Ranney)
625 …ithub.com/nodejs/node/commit/842eb5b853)] - **test**: add test for dgram.setTTL (Evan Lucas) [#212…