face: enable fragmentation and reassembly on unicast Ethernet faces
Change-Id: I81a065866610ec499a88b451bfaeea8ad40c17e2 Refs: #4011
This commit is contained in:
@@ -199,7 +199,10 @@ EthernetChannel::createFace(const ethernet::Address& remoteEndpoint,
|
||||
|
||||
// else, create a new face
|
||||
GenericLinkService::Options options;
|
||||
options.allowFragmentation = true;
|
||||
options.allowReassembly = true;
|
||||
options.reliabilityOptions.isEnabled = wantLpReliability;
|
||||
|
||||
auto linkService = make_unique<GenericLinkService>(options);
|
||||
auto transport = make_unique<UnicastEthernetTransport>(*m_localEndpoint, remoteEndpoint,
|
||||
persistency, m_idleFaceTimeout);
|
||||
|
||||
Reference in New Issue
Block a user