Skip to content

Commit 75fad16

Browse files
committed
addressed code review comments
1 parent fc583d0 commit 75fad16

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

IDE/Renesas/e2studio/SK-S7G2/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ $ ./examples/server/server -bdi -p 11112 -v d
114114
The `-b` option binds the server to all network interfaces (instead of localhost only).
115115
The `-d` option disables client authentication.
116116
The `-i` option makes the server loop indefinitely (allow repeated connections).
117+
The `-p` option sets the port number.
117118
The `-v` option sets the TLS version. The `d` value allows a downgrade to TLS 1.2 if a TLS 1.3 connection cannot be established.
118119

119120
### 7.3 Run benchmark application on the board

IDE/Renesas/e2studio/SK-S7G2/common/user_settings.h

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11

22
#ifndef USER_SETTINGS_H
3+
/* user_settings.h
4+
*
5+
* Copyright (C) 2006-2025 wolfSSL Inc.
6+
*
7+
* This file is part of wolfSSL.
8+
*
9+
* wolfSSL is free software; you can redistribute it and/or modify
10+
* it under the terms of the GNU General Public License as published by
11+
* the Free Software Foundation; either version 3 of the License, or
12+
* (at your option) any later version.
13+
*
14+
* wolfSSL is distributed in the hope that it will be useful,
15+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
* GNU General Public License for more details.
18+
*
19+
* You should have received a copy of the GNU General Public License
20+
* along with this program; if not, write to the Free Software
21+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
22+
*/
323
#define USER_SETTINGS_H
424

525
/*#define DEBUG_WOLFSSL*/

0 commit comments

Comments
 (0)