Defines | |
#define | UIP_ACTIVE_OPEN |
Determines if support for opening connections from uIP should be compiled in. uIP°¡ ½ÃÀÛ ¿¬°á¿¡ »ç¿ë ÇÒ Äڵ带 ÄÄÆÄÀÏ ÇÒ°ÍÀÎÁö °áÁ¤ÇÑ´Ù. | |
#define | UIP_CONNS |
The maximum number of simultaneously open TCP connections. µ¿½Ã¿¡ ¿ ¼ö ÀÖ´Â TCP¿¬°áÀÇ ÃÖ´ë °³¼ö. | |
#define | UIP_LISTENPORTS |
The maximum number of simultaneously listening TCP ports. »ç¿ëÇÒ ¼ö ÀÖ´Â TCP ¸®½º´× Æ÷Æ®ÀÇ ÃÖ´ë °³¼ö. | |
#define | UIP_RECEIVE_WINDOW |
The size of the advertised receiver's window. ¾Ë·ÁÁø ¼ö½ÅÀÚÀÇ À©µµ¿ì Å©±â. | |
#define | UIP_URGDATA |
Determines if support for TCP urgent data notification should be compiled in. TCP ÀÀ±Þ ¸Þ½ÃÁö¸¦ ó¸®ÇÒ ·çƾÀ» Áö¿øÇÒ °ÍÀÎÁö¸¦ °áÁ¤. | |
#define | UIP_RTO 3 |
The initial retransmission timeout counted in timer pulses. ŸÀ̸ӿ¡ÀÇÇØ Ä«¿îÆ® µÈ Ãʱâ ÀçÀü¼Û ŸÀӾƿô. | |
#define | UIP_MAXRTX 8 |
The maximum number of times a segment should be retransmitted before the connection should be aborted. ¿¬°áÀÌ Ãë¼ÒµÇ±â Àü¿¡ ÀçÀü¼Û µÉ ¼¼±×¸ÕÆ®ÀÇ ÃÖ´ë ½Ã°£. | |
#define | UIP_MAXSYNRTX 3 |
The maximum number of times a SYN segment should be retransmitted before a connection request should be deemed to have been unsuccessful. ¿¬°á ¿ä±¸°¡ ½ÇÆÐ·Î °£ÁֵDZâ Àü¿¡ SYN ¼¼±×¸ÕÆ®°¡ ÀçÀü¼Û µÇ¾î¾ß ÇÏ´Â ½Ã°£ÀÇ ÃÖ´ë °³¼ö. | |
#define | UIP_TCP_MSS (UIP_BUFSIZE - UIP_LLH_LEN - 40) |
The TCP maximum segment size. TCP ¼¼±×¸ÕÆ®ÀÌ ÃÖ´ë Å©±â. | |
#define | UIP_TIME_WAIT_TIMEOUT 120 |
How long a connection should stay in the TIME_WAIT state. TIME_WAIT »óÅ¿¡¼ ¿¬°á À¯Áö ½Ã°£. |
|
Determines if support for opening connections from uIP should be compiled in.
|
|
The maximum number of simultaneously open TCP connections.
|
|
The maximum number of simultaneously listening TCP ports.
|
|
The maximum number of times a segment should be retransmitted before the connection should be aborted.
|
|
The maximum number of times a SYN segment should be retransmitted before a connection request should be deemed to have been unsuccessful.
|
|
The size of the advertised receiver's window.
|
|
The initial retransmission timeout counted in timer pulses.
|
|
The TCP maximum segment size.
|
|
How long a connection should stay in the TIME_WAIT state.
|
|
Determines if support for TCP urgent data notification should be compiled in.
|