浏览代码

net.c problem workaround

master
Eudald Gubert i Roldan Raspbeguy 4 年前
父节点
当前提交
1c523ce4e3
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      btpd/net.c

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

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



正在加载...
取消
保存