mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-06 03:31:43 +00:00
This takes advantage of the underlying byte-level TryWrite() functionality to minimize blocking behavior and enable higher layers to do things smartly when the network blocks. Also: - Fix handling of control packets in middle of fragmented - Clean up debugging features
39 lines
536 B
Plaintext
39 lines
536 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.inc$
|
|
\.inl$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
generatedFileExclude {
|
|
src/main/native/thirdparty/
|
|
|
|
src/main/native/cpp/http_parser\.cpp$
|
|
src/main/native/include/wpinet/http_parser\.h$
|
|
src/main/native/resources/
|
|
src/main/native/linux/AvahiClient
|
|
}
|
|
|
|
licenseUpdateExclude {
|
|
}
|
|
|
|
repoRootNameOverride {
|
|
wpinet
|
|
}
|
|
|
|
includeGuardRoots {
|
|
wpinet/src/main/native/cpp/
|
|
wpinet/src/main/native/include/wpinet/
|
|
wpinet/src/test/native/cpp/
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^fmt/
|
|
^gmock/
|
|
^gtest/
|
|
^wpi/
|
|
}
|