Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Reduced MAX_PACKET_SIZE to match what libmapi uses #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/mapi.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MAPI implementation for R

PROTOCOL_v9 <- 9
MAX_PACKET_SIZE <- 8192
MAX_PACKET_SIZE <- 8192 - 2

HASH_ALGOS <- c("md5", "sha1", "crc32", "sha256", "sha512")

Expand Down