Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. diff --git a/include/sctrltp/sctrltp_defines.h b/include/sctrltp/sctrltp_defines.h
  2. index bf3a950..659ee4c 100644
  3. --- a/include/sctrltp/sctrltp_defines.h
  4. +++ b/include/sctrltp/sctrltp_defines.h
  5. @@ -7,8 +7,8 @@
  6. #define TYPLEN_SIZE 4 /* in bytes */
  7.  
  8. /*Constraints of hardware*/
  9. -#define MAX_WINSIZ 128 /* Can be specified in the range of 1 till (MAX_NRFRAMES-1)/2 (compile-time check exists) */
  10. -#define MAX_NRFRAMES 256 /* Maximum number of frames in buffer equals maximum SEQ number + 1 */
  11. +#define MAX_WINSIZ 16384 /* Can be specified in the range of 1 till (MAX_NRFRAMES-1)/2 (compile-time check exists) */
  12. +#define MAX_NRFRAMES 65536 /* Maximum number of frames in buffer equals maximum SEQ number + 1 */
  13.  
  14. #define WIRESPEED 125 /* in 10^6 bytes/sec (because we calculate in us) */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement