소스 검색

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;



불러오는 중...
취소
저장