i have a general question (on TCP programming) !
using uip for TM4C129 (from tivaware examples) , i can send only one packet at a time. transmission ocures when the TCP is idle. and after a packet send , i cant send another for about half second. in other word we can have only one outstanding packet by default. how can i increase number of outstanding TCP packets?