Files
allwpilib/wpinet/.styleguide
Peter Johnson c395b29fb4 [wpinet] Add WebSocket::TrySendFrames() (#5607)
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
2023-09-18 19:49:54 -07:00

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/
}