ソースを参照

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;



読み込み中…
キャンセル
保存