This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
Add error code in net.h.
tags/v1.9.10
Stephane Letz
12 years ago
parent
d8c2b0bfaf
commit
ddf306b8dc
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
common/jack/net.h
+ 3
- 1
common/jack/net.h
View File
@@ -34,7 +34,9 @@ extern "C"
#define DEFAULT_MTU 1500
#define MASTER_NAME_SIZE 256
#define SOCKET_ERROR -1
#define NO_ERROR 0
#define SOCKET_ERROR -1
#define NET_PACKET_ERROR -2
#define RESTART_CB_API 1
Write
Preview
Loading…
Cancel
Save