Use sysconf() instead of global variable 79/298779/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 13 Sep 2023 10:14:54 +0000 (19:14 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 13 Sep 2023 10:14:54 +0000 (19:14 +0900)
commita2776a26724b21442371cfecccc9159b398a7b11
tree4453f622f86c6ad3b4abfc653d9cd80c0280b9da
parente690b1fac94b3c2605ad8153274cc08ef9c14715
Use sysconf() instead of global variable

Some process changes the maximum open file descriptor number itself.
In this case, the MAX_FDS must be changed.

Change-Id: I70c3ffe91c78a9068572c9c4f6471701fea0045d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/aul_sock.cc