get the default broadcast network address.

This commit is contained in:
2026-08-03 15:44:21 +02:00
parent cffedd6dbf
commit 1f9208560f
6 changed files with 71 additions and 11 deletions
+3 -1
View File
@@ -2,7 +2,8 @@
;; Main public interface for racket-upnp.
(require "query.rkt"
(require "network.rkt"
"query.rkt"
"service.rkt"
"didl-lite.rkt"
"media-renderer.rkt"
@@ -11,6 +12,7 @@
(provide
(all-from-out
"network.rkt"
"query.rkt"
"service.rkt"
"didl-lite.rkt"