瀏覽代碼

net.c problem workaround

master
Eudald Gubert i Roldan Raspbeguy 5 年之前
父節點
當前提交
1c523ce4e3
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      btpd/net.c

+ 4
- 0
btpd/net.c 查看文件

@@ -3,6 +3,10 @@
#include <sys/uio.h> #include <sys/uio.h>
#include <netdb.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_in;
static unsigned long m_bw_bytes_out; static unsigned long m_bw_bytes_out;




Loading…
取消
儲存