From: Andre Noll Date: Tue, 22 Dec 2015 23:52:18 +0000 (+0000) Subject: udp_send.c: Send EOF packet only once. X-Git-Tag: v0.5.6~42 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=ab51fc9c72dc51e76ccabbc150413c8031751436;hp=ab51fc9c72dc51e76ccabbc150413c8031751436 udp_send.c: Send EOF packet only once. Currently this can be sent many times, which is pointless and might confuse clients. This patch adds a bool member to struct udp_target to keep track whether the EOF packet has been sent. ---