Commit f5cc3844 authored by Lionel Gauthier's avatar Lionel Gauthier

typo

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7519 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent b8a2ec9d
......@@ -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
// 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
// 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) {
#else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment