gpt4 book ai didi

c - 获取网络时间协议(protocol) (NTP) 时间戳

转载 作者:太空宇宙 更新时间:2023-11-04 00:54:20 24 4
gpt4 key购买 nike

海湾合作委员会 (海湾合作委员会) 4.6.1

我正在使用 RTF 4566 创建一些 sdp,我想获得 NTP 时间戳,以便我可以将它用于 session ID。推荐使用网络时间协议(protocol)(NTP)格式的时间戳来确保唯一性。

但是,有什么函数可以返回ntp时间吗?

非常感谢您的任何建议,

最佳答案

如果有人感兴趣,这就是我解决问题的方法。

/* Get the time in micro seconds to create an unique session id */
time_usec = apr_time_usec(apr_time_now());
apr_snprintf(session_id, MAX_STRING_LEN, "%lu", (unsigned long)time_usec);

希望这对某人有帮助,

关于c - 获取网络时间协议(protocol) (NTP) 时间戳,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7953313/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com