Skip to content

Commit a07c9be

Browse files
committed
Refactoring poll/select in bsd_socket
- New poll/select mechanism actually blocking on events - Fix: sending syn-ack from accepted socket (listener may be closed meanwhile)
1 parent f10cad3 commit a07c9be

4 files changed

Lines changed: 551 additions & 356 deletions

File tree

config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
/* Linux test configuration */
4040
#define WOLFIP_IP "10.10.10.2"
4141
#define HOST_STACK_IP "10.10.10.1"
42-
//#define WOLFIP_STATIC_DNS_IP "9.9.9.9"
42+
#define WOLFIP_STATIC_DNS_IP "9.9.9.9"
4343

4444
#endif

0 commit comments

Comments
 (0)