luci-mod-admin-full: improve connection page lookup loop 2061/head
authorAnsuel Smith <ansuelsmth@gmail.com>
Fri, 6 Jul 2018 23:06:29 +0000 (01:06 +0200)
committerAnsuel Smith <ansuelsmth@gmail.com>
Thu, 2 May 2019 10:50:36 +0000 (12:50 +0200)
commite8bce3db42e259f25476e8e953dfe8ae605d3fcd
tree49ea17d12b04f6063b037084f97737a1918c50a3
parent3b379f01b52ec1150662f707864608e3e0f51c3f
luci-mod-admin-full: improve connection page lookup loop

Currently the lookup loop is very inefficient. This improve the lookup loop by moving the entities to a separate array and adds them only one time. Every entities is checked 3 times, after that it will be moved to dns cache as a raw addres (not resolved). This also introduce the Type column to identify common packet using the source port.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
modules/luci-mod-status/luasrc/view/admin_status/connections.htm