From e288324b0a1ef41b65fa4f074ab9f07616852bb6 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sat, 25 Mar 2023 21:36:09 +0200 Subject: [PATCH] Sockets - Documented module --- source/bformat/sockets.d | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/bformat/sockets.d b/source/bformat/sockets.d index ef66282..834201e 100644 --- a/source/bformat/sockets.d +++ b/source/bformat/sockets.d @@ -1,3 +1,6 @@ +/** + * Socket encoding/decoding functions + */ module bformat.sockets; import std.socket : Socket, SocketFlags, MSG_WAITALL;