mirror of
https://github.com/anope/anope.git
synced 2026-06-28 09:16:38 +02:00
Move NET_BUFSIZE to socket_transport.
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
#include "socketengine.h"
|
||||
#include "textproc.h"
|
||||
|
||||
#define NET_BUFSIZE 65535
|
||||
|
||||
bool BufferedSocket::ProcessRead()
|
||||
{
|
||||
char tbuffer[NET_BUFSIZE];
|
||||
|
||||
Reference in New Issue
Block a user