Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
11fbc9a2
Commit
11fbc9a2
authored
Feb 06, 2018
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in caf-application.ini, close #660
parent
2d2c7014
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/caf-application.ini
examples/caf-application.ini
+2
-2
No files found.
examples/caf-application.ini
View file @
11fbc9a2
...
@@ -54,9 +54,9 @@ detach-utility-actors=true
...
@@ -54,9 +54,9 @@ detach-utility-actors=true
; requires the user to trigger I/O manually
; requires the user to trigger I/O manually
detach-multiplexer
=
true
detach-multiplexer
=
true
; enable or disable communication via the TCP transport protocol
; enable or disable communication via the TCP transport protocol
middleman_enable_
tcp
=
true
enable-
tcp
=
true
; enable or disable communication via the UDP transport protocol
; enable or disable communication via the UDP transport protocol
middleman_enable_
udp
=
false
enable-
udp
=
false
; when compiling with logging enabled
; when compiling with logging enabled
[logger]
[logger]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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