Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
695559f6
Commit
695559f6
authored
Aug 13, 2014
by
Sergey Lyubka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to the latest SSL wrapper
parent
13be74b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
ws_ssl.c
examples/ws_ssl/ws_ssl.c
+6
-4
No files found.
examples/ws_ssl/ws_ssl.c
View file @
695559f6
...
...
@@ -21,10 +21,12 @@ struct config {
};
static
struct
config
s_wrappers
[]
=
{
{
"ws1"
,
{
"127.0.0.1"
,
9001
,
0
,
NULL
,
"7001"
,
NULL
,
""
}},
{
"ws1"
,
{
"127.0.0.1"
,
9001
,
0
,
NULL
,
"7002"
,
"certs/ws1_server.pem"
,
""
}},
{
"ws2"
,
{
"127.0.0.1"
,
9002
,
1
,
NULL
,
"7003"
,
NULL
,
""
}},
{
"ws2"
,
{
"127.0.0.1"
,
9002
,
1
,
NULL
,
"7004"
,
"certs/ws2_server.pem"
,
""
}}
{
"ws1"
,
{
"127.0.0.1"
,
9001
,
0
,
NULL
,
"7001"
,
NULL
,
NULL
,
NULL
,
""
}},
{
"ws1"
,
{
"127.0.0.1"
,
9001
,
0
,
NULL
,
"7002"
,
"certs/ws1_server.pem"
,
NULL
,
NULL
,
""
}},
{
"ws2"
,
{
"127.0.0.1"
,
9002
,
1
,
NULL
,
"7003"
,
NULL
,
NULL
,
NULL
,
""
}},
{
"ws2"
,
{
"127.0.0.1"
,
9002
,
1
,
NULL
,
"7004"
,
"certs/ws2_server.pem"
,
NULL
,
NULL
,
""
}}
};
static
int
s_received_signal
=
0
;
...
...
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