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:
@@ -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
|
||||
|
||||
@@ -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