jimying
jimying
### What version of pkg are you using? 5.5.1 ### What version of Node.js are you using? v12.22.8 ### What operating system are you using? centos7 ### What CPU architecture...
sys/timeb.h ftime(), it is not used anymore. I think we can remove it. ftime() only called by os_time_bsd.c, and os_time_bsd.o only apear in os_win32.mak which looks wrong (should be os_time_win32.o?).
As the title 1 millisecond = 1000000 nanoseconds
Use clang-format to help format code. It could help contributors and avoid useless code style reviews. According to [Coding Convention](https://www.pjsip.org/docs/latest/pjlib/docs/html/pjlib_coding_convention_page.htm). This only contains basic functions, It can be expanded on...
### Describe the bug As title ### Steps to reproduce config_site.h set macro PJ_HAS_TCP to 0, and build ### PJSIP version 2.12-dev ### Context - ### Log, call stack, etc...
libuuid is autodetected and linked by default on linux platform. People may not want use libuuid. --disable-libuuid will force disable libuuid.
**Why add this feature?** Suppose ioqueue poll timeout is 5 seconds Cases: 1. For ioqueue-select framework. When register a new socket to ioqueue, poll maybe blocked waiting, the new socket's...
It could help contributors and avoid useless code style reviews.
As title, detail please see #3050
### Describe the bug As title ### Steps to reproduce Valgrind run pjturn-srv, do ice test ### PJSIP version 2.12-dev ### Context As title ### Log, call stack, etc Warning...