tests: proxy: fix description

This commit is contained in:
Philippe Gerum 2019-05-30 17:18:56 +02:00
parent 8d1e8124dc
commit 40590f2880
1 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
/*
* SPDX-License-Identifier: MIT
*
* PURPOSE: check that an EVL proxy properly relays the output sent
* from an out-of-band threads through a regular pipe. The
* transmission path is logfd->pipefd[1]->pipefd[0] where the reader
* receives the relayed data eventually. We use a tiny buffer size to
* trigger the buffer overflow condition often.
* PURPOSE: check that an EVL proxy properly relays the output sent by
* an out-of-band thread through a regular pipe. The transmission path
* is logfd->pipefd[1]->pipefd[0] where the reader receives the
* relayed data eventually. We use a tiny buffer size to trigger the
* buffer overflow condition often.
*/
#include <sys/types.h>