Rename endpoint concept to virtual session item

This commit is contained in:
Julian Bouzas
2022-12-11 18:45:43 -05:00
parent 9004362cda
commit fb855b00cf
20 changed files with 284 additions and 278 deletions

View File

@@ -175,13 +175,6 @@ local Feature = {
Node = {
PORTS = (1 << 16),
},
Session = {
ENDPOINTS = (1 << 16),
LINKS = (1 << 17),
},
Endpoint = {
STREAMS = (1 << 16),
},
Metadata = {
DATA = (1 << 16),
},