Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Jul 3, 2024
1 parent a0af6b3 commit f2316f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/posix/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ int aws_socket_set_options(struct aws_socket *socket, const struct aws_socket_op
#elif defined(IP_BOUND_IF)
/*
* Apple does not support SO_BINDTODEVICE and the alternative is IP_BOUND_IF which requires an index instead
* of a name. We are not using this for Linux because this requires 2 system calls instead of 1, and is
* of a name. We are not using this everywhere because this requires 2 system calls instead of 1, and is
* dependent upon the type of sockets, which doesn't support AWS_SOCKET_LOCAL. As a future optimization, we can
* look into caching the result of if_nametoindex.
*/
Expand Down

0 comments on commit f2316f0

Please sign in to comment.