ports/net-p2p/xbt/files/patch-misc_socket.cpp
Alexey Dokuchaev 31518129c6 net-p2p/xbt: new BitTorrent tracker port had been added (+)
It is written in modern C++ and designed for high performance
while consuming little resources (CPU and RAM).

Consisting of just a dozen files, it can be easily built with
BSD or GNU make.
2022-11-16 03:42:02 +00:00

9 lines
167 B
C++

--- misc/socket.cpp.orig 2022-10-02 10:17:41 UTC
+++ misc/socket.cpp
@@ -1,5 +1,6 @@
#include "socket.h"
+#include <array>
#include <cstring>
#include <cstdio>