Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

sspi: Generate and remove MPTCP address ID as needed. #234

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ tests/test-listener-manager
tests/test-sockaddr
tests/test-addr-info
tests/test-murmur-hash
tests/test-sspi

tests/mptcpwrap-tester
tests/*.log
tests/*.trs
Expand Down
3 changes: 3 additions & 0 deletions include/mptcpd/path_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
#include <mptcpd/export.h>
#include <mptcpd/types.h>

#include <stdbool.h>


mjmartineau marked this conversation as resolved.
Show resolved Hide resolved
#ifdef __cplusplus
extern "C" {
#endif
Expand Down