> For the complete documentation index, see [llms.txt](https://kinematicsoup.gitbook.io/reactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinematicsoup.gitbook.io/reactor/api-reference/ks.reactor/ks.reactor.ksconnectionprotocols.md).

# Enum ksConnectionProtocols

Namespace: [KS.Reactor](/reactor/api-reference/ks.reactor.md)\
Assembly: KSCommon.dll

Supported network protocols

```csharp
public enum ksConnectionProtocols : byte
```

## Fields

`DIRECT = 3`

Direct connection to embedded server.

`RUDP = 2`

Reliable UDP

`TCP = 0`

TCP

`WEBSOCKETS = 1`

Web Sockets
