> The connection is opened and is reset after the GET ist received. So maybe > it isn't possible to open two files at once. But couldn't the second file be > delayed?
As far as I can see, this is not normal. Since MEMP_NUM_TCP_PCB is large enough, you probably are hitting some other limit (memory?) What exactly is happening? Is the overlapped connection fully established (SYN-SYN/ACK-ACK)? Does the GET request come through? At which point is the connection reset? - mike _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
