https://github.com/obsolete-outdated/tcp_header
A simple way to prevent TCP socket from splitting your data into random chunks
https://github.com/obsolete-outdated/tcp_header
Last synced: about 2 months ago
JSON representation
A simple way to prevent TCP socket from splitting your data into random chunks
- Host: GitHub
- URL: https://github.com/obsolete-outdated/tcp_header
- Owner: obsolete-outdated
- License: mit
- Created: 2019-12-27T10:47:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T13:10:04.000Z (about 6 years ago)
- Last Synced: 2025-01-27T11:25:39.042Z (about 1 year ago)
- Language: Dart
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tcp_header
A simple way to prevent TCP socket from splitting your data into random chunks
## Getting Started
This project is a starting point for a Dart
[package](https://flutter.dev/developing-packages/),
a library module containing code that can be shared easily across
multiple Flutter or Dart projects.
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.