Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 704 Bytes

choosing-a-protocol-sequence.md

File metadata and controls

15 lines (11 loc) · 704 Bytes
title description ms.assetid ms.topic ms.date
Choosing a Protocol Sequence
Best practices for choosing a protocol sequence involve using ncacn\_ip\_tcp and ncalrpc, not ncacn\_np, ncacn\_spx, and ncadg\_\ .
4b81b534-f001-4522-bf63-044bf5f414f2
article
05/31/2018

Choosing a Protocol Sequence

Best practice: Use ncacn_ip_tcp when making a remote call. Use ncalrpc for local calls. Do not use ncacn_np, ncacn_spx, or any of the ncadg_* protocol sequences; they are less efficient and have inferior capabilities.