{% extends "process.html" %} {% block process_content %}
fd | family | type | local address | local port | remote address | remote port | status |
---|---|---|---|---|---|---|---|
{{ c.fd }} | {{ c.family }} | {{ c.type }} | {{ c.local_addr_host if c.local_addr_host}} | {{ c.local_addr_port if c.local_addr_port}} | {{ c.remote_addr_host if c.remote_addr_host }} | {{ c.remote_addr_port if c.remote_addr_port}} | {{ c.state }} |