Actions
Feature #3160
closedPermit scope=local in WebSocketTransport
Description
Currently, all WebSocketFace
s are considered non-local for ScopeControl purposes.
A WebSocket connection to a local NFD instance using a loopback address should be considered local, so that an application can have access to /localhost
namespace including NFD Management.
Updated by Alex Afanasyev about 9 years ago
- Blocked by Task #3088: Refactor Face as LinkService+Transport added
Updated by Junxiao Shi about 9 years ago
- Subject changed from Make WebSocketFace connected through localhost "local" to Permit scope=local in WebSocketTransport
- Description updated (diff)
- Estimated time set to 3.00 h
In fact, ScopeControl rev1 says:
Generally, the following faces are local:
WebSocket face whose remote address is a loopback address
But this is never implemented.
I notice ScopeControl refers to Interest Scope field which has been removed.
I have updated that page to rev2 which does not refer to the Scope field.
Updated by Junxiao Shi about 9 years ago
- Blocked by deleted (Task #3088: Refactor Face as LinkService+Transport)
Updated by Junxiao Shi about 9 years ago
- Blocked by Feature #3169: WebSocketTransport added
Updated by Junxiao Shi about 9 years ago
- Status changed from New to Closed
- Assignee set to Yukai Tu
- % Done changed from 0 to 100
This is completed together with #3169.
Actions