Skip to content

Commit 0761186

Browse files
Ruby MartinJack Tjaden
Ruby Martin
authored and
Jack Tjaden
committed
readded: A WOLFSSL object needs to be created after each TCP Connect and the socket file descriptor needs to be associated with the session.
1 parent 522961c commit 0761186

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wolfSSL/src/chapter11.md

+2
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ if ( (ssl = wolfSSL_new(ctx)) == NULL) {
380380
wolfSSL_set_fd(ssl, connfd);
381381
```
382382

383+
Again, a WOLFSSL object needs to be created after each TCP Connect and the socket file descriptor needs to be associated with the session.
384+
383385
## Sending/Receiving Data
384386

385387
### Sending with EchoClient

0 commit comments

Comments
 (0)