Browse Source

Add error code in net.h.

tags/v1.9.10
Stephane Letz 12 years ago
parent
commit
ddf306b8dc
1 changed files with 3 additions and 1 deletions
  1. +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



Loading…
Cancel
Save