frr/vtysh
Donald Sharp 16bb1dd5b0 lib,vtysh: Use backoff setsockopt option for freebsd
Commit: 9112fb367b

Introduced the idea of setting the socket buffer
send/receive sizes.  BSD's in general have the fun
issue of not allowing nearly as large as a size as
linux.  Since the above commit was developed on linux
and not run on bsd it was never tested.  Modify the
codebase to use the backoff setsockopt that we have
in the code base and use the returned values to allow
us to notice what was set and respond appropriately.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
(cherry picked from commit 959dbe27cd)
2024-12-04 12:47:35 +00:00
..
.gitignore vtysh, lib: preprocess CLI graphs 2024-07-31 08:08:53 -04:00
daemons.pl *: manual SPDX License ID conversions 2023-02-09 14:09:07 +01:00
Makefile build: non-recursive vtysh 2018-09-08 21:26:54 +02:00
subdir.am vtysh, lib: preprocess CLI graphs 2024-07-31 08:08:53 -04:00
vtysh.c lib,vtysh: Use backoff setsockopt option for freebsd 2024-12-04 12:47:35 +00:00
vtysh.h lib: Memory spike reduction for sh cmds at scale 2024-08-27 12:47:00 -07:00
vtysh_config.c lib: common debug config output 2024-08-27 09:53:02 -04:00
vtysh_main.c vtysh: de-conditionalize and reorder install_node 2024-07-31 08:08:53 -04:00
vtysh_user.c vtysh: Give actual pam error messages 2023-05-26 07:44:11 -04:00
vtysh_user.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00