1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 15:44:46 +02:00

Move NET_BUFSIZE to socket_transport.

This commit is contained in:
Sadie Powell
2026-03-24 20:18:15 +00:00
parent e002f39509
commit 7e2ef3774b
2 changed files with 2 additions and 2 deletions
-2
View File
@@ -28,8 +28,6 @@
# include <afunix.h>
#endif
#define NET_BUFSIZE 65535
/** A sockaddr union used to combine IPv4 and IPv6 sockaddrs
*/
union CoreExport sockaddrs
+2
View File
@@ -17,6 +17,8 @@
#include "socketengine.h"
#include "textproc.h"
#define NET_BUFSIZE 65535
bool BufferedSocket::ProcessRead()
{
char tbuffer[NET_BUFSIZE];