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
cache the TCP client address now
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
e1dd27b9dd
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
remove commented code
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
13cda86d23
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
Merge branch 'development' into mueller/tcp-server-cache-client-addr
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
5e62258aa6
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.