mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Try using writev() for writing packets out to tcp
This commit is contained in:
@@ -120,6 +120,10 @@
|
||||
#include <libgen.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_UIO_H
|
||||
#include <sys/uio.h>
|
||||
#endif
|
||||
|
||||
#ifdef BUNDLED_LIBTOM
|
||||
#include "libtomcrypt/src/headers/tomcrypt.h"
|
||||
#include "libtommath/tommath.h"
|
||||
|
||||
Reference in New Issue
Block a user