UNPKG

spray-wrtc

Version:

Adaptive random peer-sampling protocol running on top of WebRTC

17 lines (14 loc) 279 B
'use strict' /** * Message requesting an exchange of neighborhood. */ class MExchange { /** * @param {string} inview The identifier of the inview. */ constructor (inview) { this.inview = inview this.type = 'MExchange' }; }; module.exports = MExchange