cache the TCP client address now #630

Merged
gaisser merged 3 commits from eive/fsfw:mueller/tcp-server-cache-client-addr into development 2022-05-23 14:42:13 +02:00
Owner

I don't know why this API was not used. Keep the old call in case issues surface.

I don't know why this API was not used. Keep the old call in case issues surface.
muellerr added 1 commit 2022-05-17 13:17:23 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
e1dd27b9dd
cache the TCP client address now
muellerr requested review from mohr 2022-05-17 13:17:29 +02:00
gaisser reviewed 2022-05-17 22:48:39 +02:00
@ -124,2 +124,2 @@
// connSocket = accept(listenerTcpSocket, &clientSockAddr, &connectorSockAddrLen);
connSocket = accept(listenerTcpSocket, nullptr, nullptr);
connSocket = accept(listenerTcpSocket, &clientSockAddr, &connectorSockAddrLen);
// connSocket = accept(listenerTcpSocket, nullptr, nullptr);
Owner

Do we need that comment?

Do we need that comment?
Author
Owner

can probably remove it

can probably remove it
Author
Owner

comment removed

comment removed
gaisser marked this conversation as resolved
muellerr added 1 commit 2022-05-18 13:13:32 +02:00
fsfw/fsfw/pipeline/pr-development This commit looks good Details
13cda86d23
remove commented code
muellerr added this to the v5.0.0 milestone 2022-05-20 15:35:51 +02:00
gaisser approved these changes 2022-05-23 14:37:51 +02:00
gaisser left a comment
Owner

LGTM

LGTM
gaisser added 1 commit 2022-05-23 14:38:12 +02:00
gaisser merged commit 5a425a1c58 into development 2022-05-23 14:42:13 +02:00
gaisser deleted branch mueller/tcp-server-cache-client-addr 2022-05-23 14:42:14 +02:00
Sign in to join this conversation.
No description provided.