tree: 18e551fb79acfeb7877eae591d7cfa251a62301c [path history] [tgz]
  1. meta/
  2. test/
  3. BUILD.gn
  4. main.cc
  5. README.md
  6. roughtime-servers.json
  7. roughtime_server.cc
  8. roughtime_server.h
  9. roughtime_server_test.cc
  10. time_server_config.cc
  11. time_server_config.h
  12. time_server_config_test.cc
  13. time_util.cc
  14. time_util.h
  15. timezone.cc
  16. 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 time 255 times (sleeping for 10 seconds between re-tries) and exits.