Hi, I want to implement multiple TCP connection. I search in Keil help and i found this page "Multiple TCP Connections". I understand the sample code in the help file but i don't know what is the type of "user_session" variable? can anyone help me? thanks in advanced
Please post link to what you call "Multiple TCP Connections" page.
Check that in Net_config.c file you have allocated more than one "number of TCP Sockets" under the "TCP Sockets" config option, just an idea to see if it makes a difference
I understand the sample code in the help file but i don't know what is the type of "user_session" variable?
"user_session" must be a global variable of type USER_INFO I guess