From e7704f248ef5e3daabd2285efcb62b4352444b43 Mon Sep 17 00:00:00 2001 From: Steven Herbst Date: Thu, 2 Nov 2023 22:08:25 -0700 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 4e124f90..40576d15 100644 --- a/README.md +++ b/README.md @@ -143,3 +143,16 @@ The `last` indicator (part of the `flags` bit vector) indicates whether there is image The purpose of `last` is two-fold. For one, it simplifies the process of transmitting "burstable" protocols such as UMI through Switchboard. It also provides opportunities for performance optimization. For example, if a long sequence of SB packets is being sent over TCP, the TCP bridge knows it can wait to fill up its transmission buffer as long as `last=0`. Without the `last` bit, the bridge would have to send each packet one at a time (or wait a predefined time for more packets), since any given packet may be the last one. + +## License + +[MIT License](LICENSE) + +## Contributing + +switchboard is an open-source project and welcomes contributions. To find out how to contribute to the project, see our +[Contributing Guidelines](CONTRIBUTING.md). + +## Issues / Bugs + +We use [GitHub Issues](https://github.com/zeroasiccorp/switchboard/issues) for tracking requests and bugs.