zitudu

Results 5 comments of zitudu

`sched_yied(2)` seems not work as expected, since it's designed for real-time application (`SCHED_FIFO`, `SCHED_RR`) while the default policy is `SCHED_OTHER`. >sched_yield() is intended for use with real-time scheduling policies (i.e.,...

uscf->peer.data 一直新增,没见释放旧 peer ?

Some requirements from the [rfc7239](https://www.rfc-editor.org/rfc/rfc7239.html) are listed below, as the place to pay attention to for the implementation: - `Forwarded` should be turned off by default, and parameters should be...

Since name `forwarded-header` has been used for `x-forwarded-` header, `forwarded-rfc7239` may be used for standard forwarded header defined in rfc7239. We may support these configuration options: - `enable-forwarded-rfc7239[=false]` turn on...

hi, @strongjz @cpanato @puerco. It is ready for review. I'm looking forward to your suggestions to make this implementation better。