mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2026-01-01 03:12:13 +08:00
add large_msg_align for cache memory alignment
This commit is contained in:
parent
d6ab58fc6f
commit
681f8e6736
@ -29,6 +29,7 @@ enum : std::size_t {
|
||||
invalid_value = (std::numeric_limits<std::size_t>::max)(),
|
||||
data_length = 64,
|
||||
large_msg_limit = data_length,
|
||||
large_msg_align = 512,
|
||||
large_msg_cache = 32,
|
||||
default_timeout = 100 // ms
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user