官方NDK download下载的ndk1.92中,example中hello world 例程中有下面这段话。
// The evalua
tion version of TCP/IP Stack restricts usage of stack
// to maximum of 24 Hours. If application wants to be notified 5 min
// before the timeout, it can register a callback function by using
// the following configuration code section.
请问:
1.ndk1.92这个是否是evaluation版本,受到24小时传输使用的限制。
2.TCP/IP stack只能在DSP运行24小时,以后就不能运行还是一次上电就能跑24小时。
3.怎么取消这个限制?