Skip to content

Commit f5174c1

Browse files
committed
chore: you can do whatever the fuck you want
1 parent ab06bc3 commit f5174c1

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "netstack-smoltcp"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2021"
55
authors = ["cavivie <cavivie@gmail.com>"]
66
license = "MIT OR Apache-2.0"
7-
repository = "https://github.com/automesh-network/netstack-smoltcp"
8-
homepage = "https://github.com/automesh-network/netstack-smoltcp"
7+
repository = "https://github.com/cavive/netstack-smoltcp"
8+
homepage = "https://github.com/cavivie/netstack-smoltcp"
99
documentation = "https://docs.rs/netstack-smoltcp"
1010
keywords = ["netstack", "smoltcp", "network", "ip", "tun"]
1111
categories = ["network-programming"]

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Netstack Smoltcp
22

3+
> Is this really a fork? No, it's definitely not what you think. I lost my admin privileges on the original upstream org, but that wasn't me. Imagine how many orgs on GitHub are backed by companies, individuals, or something else entirely. You should submit issues and pull requests in this repository, not the upstream org. I'm fed up with those orgs masquerading as open source. They manipulate my privileges at will, and I've lost the confidence to continue maintaining them. Perhaps that's not confidence, but trust.
4+
35
A netstack for the special purpose of turning packets from/to a TUN interface into TCP streams and UDP packets. It uses smoltcp-rs as the backend netstack.
46

57
[![Crates.io][crates-badge]][crates-url]

0 commit comments

Comments
 (0)