protocol: Use TCP by default
This commit is contained in:
parent
97eaadcc3c
commit
45ffde4714
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "compat/process.h"
|
||||
#include "core/worker.h"
|
||||
|
||||
#define URL "ipc://criterion.sock"
|
||||
#define URL "tcp://127.0.0.1:4224"
|
||||
|
||||
#define errno_ignore(Stmt) do { int err = errno; Stmt; errno = err; } while (0)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue