소스 검색

32kB window is actually larger than our typical receive ring size.

Shrink to 4kB for now.  We might want to see if it can be made
genuinely indicative of the RX ring size in the new TCP
implementation.
tags/v0.9.3
Michael Brown 18 년 전
부모
커밋
bcdcd796fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/net/uip/uipopt.h

+ 1
- 1
src/net/uip/uipopt.h 파일 보기

@@ -328,7 +328,7 @@ extern void uip_udp_appcall ( void );
328 328
  *
329 329
  * \hideinitializer
330 330
  */
331
-#define UIP_RECEIVE_WINDOW   32768
331
+#define UIP_RECEIVE_WINDOW   4096
332 332
 
333 333
 /**
334 334
  * Determines if support for TCP urgent data notification should be

Loading…
취소
저장