summaryrefslogtreecommitdiffstats
path: root/src/contrib/conn_pool.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* threads: safely disable signals on threads launched by main thr except srv st...Libor Peltan2024-09-271-1/+2
* conn pool: dont reuse conn if RST receivedLibor Peltan2024-04-221-2/+4
* quic/requestor: implemented remote pool for session tickets...Libor Peltan2023-07-191-37/+60
* knot: log if the remote was taken from the pool, refactoringDaniel Salzman2022-01-101-1/+1
* conn-pool: ignore source port in conn_pool_get() in case if setDaniel Salzman2021-12-121-1/+1
* conn-pool: add missing pthread_join() to conn_pool_deinit()Daniel Salzman2021-11-291-0/+1
* conn-pool: hide conn_pool_get_old()Daniel Salzman2021-11-261-27/+39
* conn-pool: replace conn_pool_put_force() with conn_pool_put()Daniel Salzman2021-11-261-27/+4
* conn-pool: dont reuse conns that have pending dataLibor Peltan2021-11-261-2/+2
* implemented pool of opened outgoing conenctionsLibor Peltan2021-11-261-0/+253