summaryrefslogtreecommitdiffhomepage
path: root/src/platform.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform.rs')
-rw-r--r--src/platform.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/platform.rs b/src/platform.rs
index a618237..5b4b907 100644
--- a/src/platform.rs
+++ b/src/platform.rs
@@ -15,6 +15,8 @@
// You should have received a copy of the GNU General Public License
// along with DPIBreak. If not, see <https://www.gnu.org/licenses/>.
+pub const PACKET_SIZE_CAP: usize = 2048;
+
#[cfg(windows)]
pub mod windows;