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

Owen Rudge orudge at codeweavers.com
Thu Mar 15 16:58:09 CDT 2018


I've replaced the string address conversion with static numeric 
addresses, as suggested.

I have kept the send_message algorithm as it was before as it more 
closely reflects the proscribed algorithm in the SOAP spec, and the 
delay calculations do differ between the two. I think trying to alter it 
to reduce the number of lines would make the algorithm less clear.

Signed-off-by: Owen Rudge <orudge at codeweavers.com>
---
  dlls/wsdapi/Makefile.in       |   3 +-
  dlls/wsdapi/discovery.c       |   5 +
  dlls/wsdapi/network.c         | 252 
++++++++++++++++++++++++++++++++++++++++++
  dlls/wsdapi/soap.c            |  17 ++-
  dlls/wsdapi/tests/discovery.c |   4 +-
  dlls/wsdapi/wsdapi_internal.h |   6 +
  6 files changed, 282 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: 12610 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20180315/bcd29fb5/attachment-0001.bin>


More information about the wine-devel mailing list