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.
No comments:
Post a Comment