-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: GitHub commits: c2bef95 facebook/fatal@95eba95 facebook/fb303@9b3ea17 facebook/fbthrift@d390c54 facebook/folly@49c7ed9 facebook/litho@11135c7 facebook/mvfst@c6032bb facebook/ocamlrep@f5894f3 facebook/proxygen@7457628 facebook/rocksdb@51ecdd3 facebook/wangle@557ac00 facebook/watchman@abf541e facebookexperimental/edencommon@2855510 facebookexperimental/rust-shed@fe31e0a facebookincubator/fizz@03516ec facebookincubator/katran@c4339fc facebookincubator/velox@3949a3b facebookresearch/param@686e8f3 facebookresearch/vrs@83f0f0d fairinternal/egohowto@f569182 pytorch/FBGEMM@da69516 pytorch/kineto@0e14caa Reviewed By: bigfootjon fbshipit-source-id: 44ef6633156393c167f5c2de02189a04cee75429
- Loading branch information
1 parent
3576854
commit 67a7935
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule fizz
updated
2 files
+5 −5 | .github/workflows/TagIt.yml | |
+1 −1 | build/deps/github_hashes/facebook/folly-rev.txt |
Submodule folly
updated
20 files
Submodule mvfst
updated
12 files
+1 −1 | build/deps/github_hashes/facebook/folly-rev.txt | |
+1 −1 | build/deps/github_hashes/facebookincubator/fizz-rev.txt | |
+1 −0 | quic/CMakeLists.txt | |
+48 −0 | quic/xsk/CMakeLists.txt | |
+127 −0 | quic/xsk/XskContainer.cpp | |
+82 −0 | quic/xsk/XskContainer.h | |
+398 −0 | quic/xsk/XskSender.cpp | |
+140 −0 | quic/xsk/XskSender.h | |
+162 −0 | quic/xsk/packet_utils.cpp | |
+54 −0 | quic/xsk/packet_utils.h | |
+172 −0 | quic/xsk/xsk_lib.cpp | |
+66 −0 | quic/xsk/xsk_lib.h |
Submodule wangle
updated
3 files
+5 −5 | .github/workflows/TagIt.yml | |
+1 −1 | build/deps/github_hashes/facebook/folly-rev.txt | |
+1 −1 | build/deps/github_hashes/facebookincubator/fizz-rev.txt |