aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-08 00:01:23 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:55:03 +0100
commit19e5b9874f267afd1c99191445be67ed59a24b50 (patch)
tree5c9385b82ef6fae966c14bab55d2121ab1ac731f
parent0d9fb894a9b46d397ccac1d2d2b6fef1e6c34f1d (diff)
downloadgnunet-19e5b9874f267afd1c99191445be67ed59a24b50.tar.gz
gnunet-19e5b9874f267afd1c99191445be67ed59a24b50.zip
-DOC: Documentation cleanup pass through VPN subsystem
-rw-r--r--src/vpn/gnunet-service-vpn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vpn/gnunet-service-vpn.c b/src/vpn/gnunet-service-vpn.c
index b4233905f..a2a16e380 100644
--- a/src/vpn/gnunet-service-vpn.c
+++ b/src/vpn/gnunet-service-vpn.c
@@ -696,7 +696,7 @@ make_up_icmpv6_payload (struct ChannelState *ts,
696 * We got an ICMP packet back from the CADET channel. Check it is OK. 696 * We got an ICMP packet back from the CADET channel. Check it is OK.
697 * 697 *
698 * @param cls our `struct ChannelState *` 698 * @param cls our `struct ChannelState *`
699 * @param message the actual message 699 * @param i2v the actual message
700 * @return #GNUNET_OK to keep the connection open, 700 * @return #GNUNET_OK to keep the connection open,
701 * #GNUNET_SYSERR to close it (signal serious error) 701 * #GNUNET_SYSERR to close it (signal serious error)
702 */ 702 */
@@ -724,7 +724,7 @@ check_icmp_back (void *cls, const struct GNUNET_EXIT_IcmpToVPNMessage *i2v)
724 * local virtual interface via the helper. 724 * local virtual interface via the helper.
725 * 725 *
726 * @param cls our `struct ChannelState *` 726 * @param cls our `struct ChannelState *`
727 * @param message the actual message 727 * @param i2v the actual message
728 */ 728 */
729static void 729static void
730handle_icmp_back (void *cls, const struct GNUNET_EXIT_IcmpToVPNMessage *i2v) 730handle_icmp_back (void *cls, const struct GNUNET_EXIT_IcmpToVPNMessage *i2v)