62 transport(other.transport),
63 name(other.name ?
xstrdup(other.name) : nullptr),
64 defaultsite(other.defaultsite ?
xstrdup(other.defaultsite) : nullptr),
66 allow_direct(other.allow_direct),
68 actAsOrigin(other.actAsOrigin),
69 ignore_cc(other.ignore_cc),
70 connection_auth_disabled(other.connection_auth_disabled),
71 ftp_track_dirs(other.ftp_track_dirs),
73 disable_pmtu_discovery(other.disable_pmtu_discovery),
74 workerQueues(other.workerQueues),
75 tcp_keepalive(other.tcp_keepalive),