osmo-remsim/src
Harald Welte 65006583c1 server: Detect duplicate client/bankd connection; drop new ones
we're dropping the current (new) connection as we don't really know which
is the "right" one. Dropping the new gives the old connection time to
timeout, or to continue to operate.  If we were to drop the old
connection, this could interrupt a perfectly working connection and opens
some kind of DoS.

Related: OS#5527
Change-Id: I00387dbc19d689415470e2f08df08a47a78b81c0
2022-05-03 18:09:14 +02:00
..
bankd bankd: Differentiate log levels, not everything is DEBUG 2022-04-27 09:26:52 +02:00
client Check RSPRO component type; print error if type doesn't match 2022-04-25 16:15:41 +02:00
rspro server: Detect duplicate client/bankd connection; drop new ones 2022-05-03 18:09:14 +02:00
server server: Detect duplicate client/bankd connection; drop new ones 2022-05-03 18:09:14 +02:00
Makefile.am Bump version: 0.2.2.126-7382 → 1.0.0 2021-12-09 09:09:49 +01:00
asn1c_helpers.c Add asn1c_helpers.c file to get type/enum/choice names for printing 2019-03-09 20:19:28 +01:00
asn1c_helpers.h Add asn1c_helpers.c file to get type/enum/choice names for printing 2019-03-09 20:19:28 +01:00
debug.c treewide: remove FSF address 2021-12-14 12:20:35 +01:00
debug.h switch to libosmocore multihread-logging 2021-12-08 21:17:15 +01:00
rspro_client_fsm.c treewide: remove FSF address 2021-12-14 12:20:35 +01:00
rspro_client_fsm.h rspro_client_fsm: Add optional notifiation of parent on connect/disconnect 2020-03-04 16:21:34 +01:00
rspro_util.c treewide: remove FSF address 2021-12-14 12:20:35 +01:00
rspro_util.h rspro_util: Add functions generating {Bank,Client}SlotStatusInd 2019-12-17 13:31:20 +01:00
slotmap.c treewide: remove FSF address 2021-12-14 12:20:35 +01:00
slotmap.h bankd: Implement new ResetStateReq 2019-12-04 22:25:37 +01:00