[PATCH 3/6] wsdapi: Add support for sending messages via UDP multicast.

Owen Rudge orudge at codeweavers.com
Mon Mar 12 17:59:46 CDT 2018


This patch implements code to send messages via UDP multicast, and sends 
an empty (XML declaration only) message.

Signed-off-by: Owen Rudge <orudge at codeweavers.com>
---
  dlls/wsdapi/Makefile.in       |   3 +-
  dlls/wsdapi/discovery.c       |   5 +
  dlls/wsdapi/network.c         | 278 
++++++++++++++++++++++++++++++++++++++++++
  dlls/wsdapi/soap.c            |  16 ++-
  dlls/wsdapi/tests/discovery.c |   4 +-
  dlls/wsdapi/wsdapi_internal.h |   6 +
  6 files changed, 307 insertions(+), 5 deletions(-)
  create mode 100644 dlls/wsdapi/network.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-wsdapi-Add-support-for-sending-messages-via-UDP-mult.patch
Type: text/x-patch
Size: 13074 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20180312/c6d23422/attachment.bin>


More information about the wine-devel mailing list