tree: 3d73172c1043332e7e9cdc7946f921248b969e35 [path history] [tgz]
  1. meta/
  2. test/
  3. BUILD.gn
  4. main.cc
  5. OWNERS
  6. README.md
  7. roughtime-servers.json
  8. roughtime_server.cc
  9. roughtime_server.h
  10. roughtime_server_test.cc
  11. time_server_config.cc
  12. time_server_config.h
  13. time_server_config_test.cc
  14. time_util.cc
  15. time_util.h
  16. timezone.cc
  17. timezone.h
garnet/bin/network_time/README.md

Network Time

This service uses roughtime service to set the time of the machine at startup. (Specifically, network_time is launched at startup by sysmgr. See //garnet/bin/sysmgr/config/network.config: "apps".)

It tries to get and update system, sleeping briefly between re-tries, and exits.