2 Commits

Author SHA1 Message Date
Standa Opichal
f0cf5c2ebc Added dgramSocket.send() offset + len support
Both of the following #send() signatures supported:
  client.send('msg', port, address);
  client.send('  msg  ', 2, 3, port, address); // sends 'msg' message
2017-12-15 11:50:15 +01:00
Standa Opichal
f3378c4a8d Added size to UDP buf header.
This is in order to be able to call several socket.send() calls
to different targets synchronously.

The format changed to host/32:port/16:size/16:[data/??].
2017-08-25 23:49:03 +02:00