Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
2996e649
Commit
2996e649
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: optimize
parent
1575e5f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/design/ipc-high.txt
View file @
2996e649
...
...
@@ -372,7 +372,7 @@ It is meant mostly as signalling protocol. Sending millions of
messages or messages of several tens of megabytes is probably a bad
idea. While there's no architectural limitation with regards of the
number of transferred messages and the maximum size of message is 4GB,
the code is not optimi
s
ed and it would probably be very slow.
the code is not optimi
z
ed and it would probably be very slow.
We currently expect the system not to be at heavy load. Therefore, we
expect the system to keep up with users sending messages. The
...
...
src/lib/dns/messagerenderer.h
View file @
2996e649
...
...
@@ -124,7 +124,7 @@ private:
///
/// It was decided that there's no need to have this in every subclass,
/// at least not now, and this reduces code size and gives compiler a
/// better chance to optimi
s
e.
/// better chance to optimi
z
e.
isc
::
util
::
OutputBuffer
*
buffer_
;
public:
///
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment