moooofly / hunter-agent

This is an agent for hunter system as a proxy.
MIT License
2 stars 0 forks source link

[Feature] Need to design a mechanism to fulfill flow-control channel length dynamic updating #8

Open moooofly opened 6 years ago

moooofly commented 6 years ago

Current

After updating queue-size value in /etc/hunter/agent.json, you can dynamically update runtime config by kill -SIGHUP $(pidof proxy), but no way to regenerate channel using this new value right now.