Skip to content
This repository was archived by the owner on Jan 25, 2026. It is now read-only.

Commit 01c3f05

Browse files
authored
Update README.md
lneto closer to becoming a reality
1 parent 0d65bc7 commit 01c3f05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* NTP client for resolving time offset to a NTP server
1717

1818
## ⚠️ Developer note ⚠️
19-
This package may be superceded by https://github.com/soypat/lneto.
19+
This package will very likely be superceded by https://github.com/soypat/lneto.
2020

2121
### What does this mean?
2222
Rest easy, the high-level API of `seqs` will be able to make use of `lneto`, so this package will be supported in the future.
@@ -55,7 +55,7 @@ stack := stacks.NewPortStack(stacks.PortStackConfig{
5555
MaxOpenPortsTCP: 1,
5656
MaxOpenPortsUDP: 1,
5757
MTU: 2048,
58-
})
58+
})may
5959
// stack.RecvEth should be called on receiving an ethernet packet. It should NOT block.
6060
NIC.SetRecvEthHandle(stack.RecvEth)
6161

0 commit comments

Comments
 (0)