This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
btpd
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
net.c problem workaround
master
Eudald Gubert i Roldan
Raspbeguy
4 years ago
parent
8e642f443f
commit
1c523ce4e3
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save