Actions
Task #1133
closedTask #1132: TCP underlying protocol (initial implementation)
Mock implementation of TCP face
Start date:
01/26/2014
Due date:
01/26/2014
% Done:
100%
Estimated time:
4.00 h
Description
Implement TCP face using Boost ASIO.
Common features of stream socket face should be extracted into StreamFace
base class.
Updated by Junxiao Shi almost 11 years ago
- Due date set to 01/26/2014
- Start date changed from 01/23/2014 to 01/24/2014
Updated by Junxiao Shi almost 11 years ago
- Due date changed from 02/05/2014 to 01/25/2014
- Start date deleted (
02/03/2014)
Updated by Alex Afanasyev almost 11 years ago
We need to set a limit on NDN packet size that can be transferred via TCP channel (and later for other faces too). This needed to bound maximum size for the continuous memory block to allocate for incoming data.
Should I just use 8800 as a strawman or we want anything larger/smaller?
Updated by Junxiao Shi almost 11 years ago
CCNx restricts message size to 8800 octets.
We could impose the same practical limit.
Updated by Alex Afanasyev almost 11 years ago
- Subject changed from TCP face to Mock implementation of TCP face
- Status changed from New to Code review
- Target version set to Mock
- % Done changed from 10 to 100
Updated by Alex Afanasyev almost 11 years ago
- Status changed from Code review to Closed
Actions