diff options
| author | Amlal <amlal@nekernel.org> | 2025-08-11 19:46:35 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-08-11 19:46:35 +0200 |
| commit | 2450c6579543ae94b3dcb2af4893cfc6ecd0fcef (patch) | |
| tree | 9456c836b6d9c0f80257009c7599919133831436 | |
| parent | 662288d772b9cb7669bafa03adcd84a362002a7b (diff) | |
feat: add 'tools' directory for future tooling in python.
Signed-off-by: Amlal <amlal@nekernel.org>
| -rw-r--r-- | dev/lib/net/network.hpp | 2 | ||||
| -rw-r--r-- | tools/.gitkeep | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/dev/lib/net/network.hpp b/dev/lib/net/network.hpp index a64497c..a58cb1f 100644 --- a/dev/lib/net/network.hpp +++ b/dev/lib/net/network.hpp @@ -37,7 +37,7 @@ namespace snu::net static constexpr auto local_address_ip6 = "127.0.0.1"; static constexpr auto local_address_ip4 = "::1"; - + static constexpr auto backlog_count = 18U; socket_type fd_{}; diff --git a/tools/.gitkeep b/tools/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tools/.gitkeep |
