Skip to content

Commit

Permalink
tick license; increase upperbound of lag
Browse files Browse the repository at this point in the history
fix #55, #36
  • Loading branch information
jagt committed Jun 22, 2021
1 parent ce1a98f commit 599a43a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
MIT License

Copyright (c) 2013-2021 Chen Tao and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
Expand Down
2 changes: 1 addition & 1 deletion src/lag.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "common.h"
#define NAME "lag"
#define LAG_MIN "0"
#define LAG_MAX "3000"
#define LAG_MAX "15000"
#define KEEP_AT_MOST 2000
// send FLUSH_WHEN_FULL packets when buffer is full
#define FLUSH_WHEN_FULL 800
Expand Down

1 comment on commit 599a43a

@kenshien564
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this a lag switch software?

Please sign in to comment.