Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
f5cc3844
Commit
f5cc3844
authored
Jun 03, 2015
by
gauthier
Browse files
typo
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@7519
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
b8a2ec9d
Changes
1
Show whitespace changes
Inline
Side-by-side
openair-cn/SCTP/sctp_eNB_task.c
View file @
f5cc3844
...
@@ -148,7 +148,7 @@ sctp_handle_new_association_req(
...
@@ -148,7 +148,7 @@ sctp_handle_new_association_req(
// in init chunk appears a list of host addresses, IPv4 and IPv4 in an arbitrary (unsorted) order
// in init chunk appears a list of host addresses, IPv4 and IPv4 in an arbitrary (unsorted) order
// SCTP hearbeats starts with first ipv4 addresses then stop triyng with other ipv4 addresses
// SCTP hearbeats starts with first ipv4 addresses then stop triyng with other ipv4 addresses
// if it encounters an IPv6 address in list, so we can force the building of IPv4 addresses only
// if it encounters an IPv6 address in list, so we can force the building of IPv4 addresses only
// with AF_INET (
of cource
the working IPv4 address
is
the last in the list...)
// with AF_INET (the working IPv4 address
can be
the last in the list...)
if
((
sd
=
socket
(
AF_INET6
,
SOCK_STREAM
,
IPPROTO_SCTP
))
<
0
)
{
if
((
sd
=
socket
(
AF_INET6
,
SOCK_STREAM
,
IPPROTO_SCTP
))
<
0
)
{
#else
#else
...
...
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