Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-7831
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Sep 14, 2023
1 parent cb276b3 commit bdcb1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RADSEC_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ namespace OpenWifi {
DBGLINE
poco_information(Logger_, "Attempting to connect");
DBGLINE
Socket_->connect(Destination, Poco::Timespan(100, 0));
Socket_->connect(Destination, Poco::Timespan(20, 0));
DBGLINE
Socket_->completeHandshake();
DBGLINE
Expand Down

0 comments on commit bdcb1ae

Please sign in to comment.