File tree 7 files changed +10
-227
lines changed
wiznet_s2e_wiz550s2e_board/Release
7 files changed +10
-227
lines changed Original file line number Diff line number Diff line change @@ -169,4 +169,6 @@ v1.1.0
169
169
- ioLibrary Update
170
170
- Dependency Removal (remove "board.h" in "w5500.h")
171
171
- Remove garbage file
172
-
172
+
173
+ v1.1.1
174
+ - Add inactivity time function in Server/Mixed Mode
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -527,6 +527,12 @@ static void s2e_sockestablished_process(uint8_t sock)
527
527
auth_process (sock );
528
528
return ;
529
529
}
530
+ if ((inactive_flag == 0 ) && net -> inactivity )
531
+ inactive_flag = 1 ;
532
+ else if (inactive_flag == 2 ) {
533
+ inactive_flag = 0 ;
534
+ disconnect (sock );
535
+ }
530
536
case TCP_CLIENT_MODE :
531
537
if ((inactive_flag == 0 ) && net -> inactivity )
532
538
inactive_flag = 1 ;
Original file line number Diff line number Diff line change 9
9
10
10
#define MAJOR_VER 1
11
11
#define MINOR_VER 1
12
- #define MAINTENANCE_VER 0
12
+ #define MAINTENANCE_VER 1
13
13
14
14
#define SOCK_DATA 0
15
15
#define SOCK_CONFIG 1
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments