mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2026-03-20 08:40:56 +03:00
fix some network bugs; send image over other socket
This commit is contained in:
@@ -38,6 +38,7 @@ typedef struct{
|
||||
char *logfile; // when run as server log here
|
||||
char *path; // UNIX socket name
|
||||
char *port; // local INET socket port
|
||||
char *imageport; // port to send/receive images (by default == port+1)
|
||||
char *pidfile; // PID file (default: /tmp/CCD_Capture.pid)
|
||||
char **addhdr; // list of files from which to add header records
|
||||
int restart; // restart server
|
||||
|
||||
Reference in New Issue
Block a user