Skip to content

Commit 757a655

Browse files
committed
wip
1 parent 59edc2e commit 757a655

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

wolfssl/test.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,6 +1535,7 @@ static WC_INLINE void tcp_connect(SOCKET_T* sockfd, const char* ip, word16 port,
15351535
int udp, int sctp, WOLFSSL* ssl)
15361536
{
15371537
SOCKADDR_IN_T addr;
1538+
fprintf(stderr, "connecting to %s:%d\n", ip, port);
15381539
build_addr(&addr, ip, port, udp, sctp);
15391540
if (udp) {
15401541
wolfSSL_dtls_set_peer(ssl, &addr, sizeof(addr));
@@ -1694,6 +1695,7 @@ static WC_INLINE void tcp_listen(SOCKET_T* sockfd, word16* port, int useAnyAddr,
16941695
}
16951696
}
16961697
#endif
1698+
fprintf(stderr, "listening on port %d\n", *port);
16971699
}
16981700

16991701

0 commit comments

Comments
 (0)