UNPKG

85 BJavaScriptView Raw
1exports.PROTOCOL = {
2 TCP: 'tcp',
3 UDS: 'uds',
4 UDP: 'udp',
5 STREAM: 'stream'
6};