Sunday, 28 May 2017

node.js - How to set an encoding in a dgram socket

Is there a way to set the encoding for a dgram UDP socket the same as setting the encoding in a TCP/IP net socket?
I'm looking for the equivalent of the method socket.SetEncoding in the net.Socket class.



via shachar

No comments:

Post a Comment