Commit 3496e972 authored by liuyu's avatar liuyu

for stateless is ok (maybe)

parent 106d015f
...@@ -22,7 +22,7 @@ PLUGIN = ...@@ -22,7 +22,7 @@ PLUGIN =
NRF: NRF:
{ {
INTERFACE_NAME = "NRF"; # YOUR NETWORK CONFIG HERE INTERFACE_NAME = "NRF"; # YOUR NETWORK CONFIG HERE
IPV4_ADDRESS = "10.28.234.76";#amf地址 IPV4_ADDRESS = "10.112.202.24";#amf地址
PORT = 8282; # YOUR NETWORK CONFIG HERE PORT = 8282; # YOUR NETWORK CONFIG HERE
}; };
}; };
......
...@@ -39,7 +39,7 @@ extern "C" { ...@@ -39,7 +39,7 @@ extern "C" {
#include <vector> #include <vector>
#include <iostream> #include <iostream>
#define SCTP_RECV_BUFFER_SIZE 4096 #define SCTP_RECV_BUFFER_SIZE 10240
#define SCTP_RC_ERROR -1 #define SCTP_RC_ERROR -1
#define SCTP_RC_NORMAL_READ 0 #define SCTP_RC_NORMAL_READ 0
#define SCTP_RC_DISCONNECT 1 #define SCTP_RC_DISCONNECT 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment