docs/templates/pages/proto/traceroute.html

21 lines
652 B
HTML

{% extends "konami.html" %}
{% block title %}traceroute{% endblock %}
{% block body %}
<h1><code>traceroute</code></h1>
<h2 id="send"><code>traceroute.send</code></h2>
<h3>Request:</h3>
<pre>{% highlight "cxml" %}<call ...>
<traceroute proto="" method="send">
<hop[]>
<valid __type="bool">
<addr __type="ip4">
<usec __type="u64">
</hop[]>
</traceroute>
</call>{% endhighlight %}</pre>
<p><code>hop</code> repeats for every hop (unsurprisingly)</p>
<h3>Response:</h3>
<pre>{% highlight "cxml" %}<response>
<traceroute status="??status" />
</response>{% endhighlight %}</pre>
{% endblock %}