Commit Graph

7 Commits

Author SHA1 Message Date
e42f04b51d Merge remote-tracking branch 'origin/main' into feat/openhome 2023-12-03 12:13:54 +01:00
Andrew Dunham
00783e79ec httpu: add context.Context and related interface
This adds a new interface for httpu that supports a Context, and uses
that context to set a deadline/timeout and also cancel the request if
the context is canceled. Additionally, add a new method to the SSDP
package that takes a ClientInterfaceCtx.

Updates #55

Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
2023-08-29 19:12:39 +01:00
1a2c6ad5b2 refactor: rename go module 2022-11-01 20:02:13 +01:00
fanhai
0ca763054c localIPv4MCastAddrs if(net.FlagUp == 0 )continue 2021-03-10 17:45:57 +00:00
Jochen Hiller
49508fba00 Changed due to review comments 2020-06-20 07:37:22 +01:00
Jochen Hiller
b987734dc3 Fix for #33: do not use loopbacK IP addresses 2020-06-20 07:37:22 +01:00
John Beisley
36abb0b21b Discover devices on all the host's capable network interfaces. 2020-05-16 11:59:03 +01:00