Hi Ramazan:
I would suggest you check below optioins
/* TCP sender buffer space (bytes). */
#define TCP_SND_BUF (6*TCP_MSS)
/* TCP receive window. */
#define TCP_WND (2*TCP_MSS)
/* MEM_SIZE: the size of the heap memory. If the application will send
a lot of data that needs to be copied, this should be set high. */
#define MEM_SIZE (22*1024)
Regards
Daniel