-
Notifications
You must be signed in to change notification settings - Fork 758
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
quiche.h: use socklen_t when passing sockaddr to C functions
Motivation: socklen_t should be used for passing the length of sockaddr. This was already done in the ffi code but not in the c header file Modifications: Use socklen_t Result: Correct type in c header file
- Loading branch information
1 parent
89aba91
commit 06222e5
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters