|
@@ -2121,8 +2121,9 @@ connection_or_send_netinfo(or_connection_t *conn)
|
|
|
memset(&cell, 0, sizeof(cell_t));
|
|
|
cell.command = CELL_NETINFO;
|
|
|
|
|
|
-
|
|
|
- set_uint32(cell.payload, htonl((uint32_t)now));
|
|
|
+
|
|
|
+ if (public_server_mode(get_options()) || ! conn->is_outgoing)
|
|
|
+ set_uint32(cell.payload, htonl((uint32_t)now));
|
|
|
|
|
|
|
|
|
out = cell.payload + 4;
|