Browse Source

net.c problem workaround

master
Eudald Gubert i Roldan Raspbeguy 4 years ago
parent
commit
1c523ce4e3
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      btpd/net.c

+ 4
- 0
btpd/net.c View File

@@ -3,6 +3,10 @@
#include <sys/uio.h>
#include <netdb.h>

#ifndef IOV_MAX
#define IOV_MAX 1024
#endif

static unsigned long m_bw_bytes_in;
static unsigned long m_bw_bytes_out;



Loading…
Cancel
Save