flatten tio.Capabilities

This commit is contained in:
JackDoan
2026-05-14 09:50:52 -05:00
parent 487bae4c2f
commit 1b59636028
12 changed files with 49 additions and 36 deletions

View File

@@ -184,3 +184,7 @@ func (t *tun) NewMultiQueueReader() error {
func (t *tun) Readers() []tio.Queue {
return []tio.Queue{t}
}
func (t *tun) Capabilities() tio.Capabilities {
return tio.Capabilities{}
}