1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-09-06 15:20:18 +00:00

Delete UNIX SOCKET option under [Client].

This commit is contained in:
ly1217
2019-09-09 22:30:40 -07:00
parent e8324b72a2
commit 03a61d939c
4 changed files with 1 additions and 167 deletions

View File

@@ -86,9 +86,7 @@ struct CcnetSession
unsigned int saving_pub : 1;
unsigned int encrypt_channel : 1;
char *un_path;
struct event local_event;
struct event local_pipe_event;
int start_failure; /* how many times failed
to start the network */