]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
oncp_control_queue → tcp_control_queue
authorDaniel Lenski <dlenski@gmail.com>
Mon, 11 May 2020 22:34:34 +0000 (15:34 -0700)
committerDavid Woodhouse <dwmw2@infradead.org>
Sun, 28 Mar 2021 09:30:25 +0000 (10:30 +0100)
commit38a1931a85a4313de25affbe93627d1aaa296fee
treea4ea6f682b86bc05fb3ab3036945f6327ef8fef1
parentbb3f2a853b13b11d018184b2bcc91a956134edd6
oncp_control_queue → tcp_control_queue

This is a queue for outgoing packets which must be sent over the
TCP-based transport; that is, they cannot be sent over the
UDP-based transport.

This queue was initially used by oNCP protocol for ESP enable/disable
packets, and it is now also used by Pulse. It will likely be used for
control packets by some PPP-based protocols as well.

Renaming it to TCP control queue to emphasize its cross-protocol
nature (cf. https://gitlab.com/openconnect/openconnect/-/merge_requests/151).

Signed-off-by: Daniel Lenski <dlenski@gmail.com>
esp.c
library.c
mainloop.c
oncp.c
openconnect-internal.h
pulse.c