udp connect function is added for bind & connect behavior

This commit is contained in:
Sukchan Lee 2017-11-19 08:27:20 +09:00
parent 1238f31178
commit 376f7c1304
8 changed files with 135 additions and 41 deletions

View file

@ -7,6 +7,7 @@
#define DATASTR "This is a test"
#define STRLEN 8092
#define PORT 7777
#define PORT2 7778
#define PPID 12345
static void sctp_test1(abts_case *tc, void *data)