aboutsummaryrefslogtreecommitdiff
path: root/src/transport/tcp_server_legacy.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-04 02:47:03 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:30 +0100
commitf878edd42b1774c6f7bbe5a5fce3f3251f38e4f3 (patch)
treebdc5d16fb546c8a53f7737bf9719bdc122dbefd7 /src/transport/tcp_server_legacy.c
parenteee291e1aaab89283ec03a00f3fed8a1cb20e083 (diff)
downloadgnunet-f878edd42b1774c6f7bbe5a5fce3f3251f38e4f3.tar.gz
gnunet-f878edd42b1774c6f7bbe5a5fce3f3251f38e4f3.zip
-DOC: Major doc comment stripping pass through TRANSPORT
Diffstat (limited to 'src/transport/tcp_server_legacy.c')
-rw-r--r--src/transport/tcp_server_legacy.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/transport/tcp_server_legacy.c b/src/transport/tcp_server_legacy.c
index f4d48d4f6..bb572c843 100644
--- a/src/transport/tcp_server_legacy.c
+++ b/src/transport/tcp_server_legacy.c
@@ -699,11 +699,6 @@ GNUNET_SERVER_suspend (struct GNUNET_SERVER_Handle *server)
699} 699}
700 700
701 701
702/**
703 * Resume accepting connections from the listen socket.
704 *
705 * @param server server to stop accepting connections.
706 */
707void 702void
708GNUNET_SERVER_resume (struct GNUNET_SERVER_Handle *server) 703GNUNET_SERVER_resume (struct GNUNET_SERVER_Handle *server)
709{ 704{
@@ -1620,21 +1615,6 @@ transmit_ready_callback_wrapper (void *cls, size_t size, void *buf)
1620} 1615}
1621 1616
1622 1617
1623/**
1624 * Notify us when the server has enough space to transmit
1625 * a message of the given size to the given client.
1626 *
1627 * @param client client to transmit message to
1628 * @param size requested amount of buffer space
1629 * @param timeout after how long should we give up (and call
1630 * notify with buf NULL and size 0)?
1631 * @param callback function to call when space is available
1632 * @param callback_cls closure for @a callback
1633 * @return non-NULL if the notify callback was queued; can be used
1634 * to cancel the request using
1635 * #GNUNET_SERVER_notify_transmit_ready_cancel().
1636 * NULL if we are already going to notify someone else (busy)
1637 */
1638struct GNUNET_SERVER_TransmitHandle * 1618struct GNUNET_SERVER_TransmitHandle *
1639GNUNET_SERVER_notify_transmit_ready (struct GNUNET_SERVER_Client *client, 1619GNUNET_SERVER_notify_transmit_ready (struct GNUNET_SERVER_Client *client,
1640 size_t size, 1620 size_t size,