Skip to content

Commit

Permalink
Moved off port 5555, used by Eclipse/adb
Browse files Browse the repository at this point in the history
  • Loading branch information
hintjens committed Apr 24, 2011
1 parent 764b119 commit 2b3431c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zsocket.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ zsocket_test (Bool verbose)
// Create a detached thread, let it run
char *interf = "*";
char *domain = "localhost";
int service = 5555;
int service = 5560;

void *writer = zsocket_new (ctx, ZMQ_PUSH);
void *reader = zsocket_new (ctx, ZMQ_PULL);
Expand Down

0 comments on commit 2b3431c

Please sign in to comment.