# 網路觀念

- [OSGi 平台](https://applezu.netdpi.net/network/osgi-platform.md)
- [SCTP 通訊協定簡介](https://applezu.netdpi.net/network/sctp_introduction.md)
- [1 多重串流 (Multi-streaming)](https://applezu.netdpi.net/network/sctp_introduction/sctp-multi-streaming.md)
- [2 路徑多宿 (Multi-homing)](https://applezu.netdpi.net/network/sctp_introduction/sctp-multi-homing.md)
- [3 SACK 機制](https://applezu.netdpi.net/network/sctp_introduction/sctp-sack.md)
- [4 Path MTU Discovery](https://applezu.netdpi.net/network/sctp_introduction/4-path-mtu-discovery.md)
- [5 Ordered/Unordered 傳送機制](https://applezu.netdpi.net/network/sctp_introduction/5-ordered-unordered.md)
- [6. SCTP API](https://applezu.netdpi.net/network/sctp_introduction/6-sctp-api.md)
- [7. TCP 與 SCTP 通訊協定比較](https://applezu.netdpi.net/network/sctp_introduction/tcp-sctp-comparison.md)
- [8. 參考文獻](https://applezu.netdpi.net/network/sctp_introduction/sctp-references.md)
- [TCP over SCTP tunnel](https://applezu.netdpi.net/network/tcp-over-sctp-tunnel.md)
- [TCP 與 SCTP 協定轉換機制](https://applezu.netdpi.net/network/tcp-sctp-translator.md)
- [UPnP 與 UPnP AV](https://applezu.netdpi.net/network/upnp-and-upnp-av.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://applezu.netdpi.net/network.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
