Mercurial > dropbear
comparison common-session.c @ 1032:0da8ba489c23 fastopen
Move generic network routines to netio.c
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 20 Feb 2015 23:16:38 +0800 |
parents | 64c0aa01e2b6 |
children | 01eea88963f3 |
comparison
equal
deleted
inserted
replaced
1031:64c0aa01e2b6 | 1032:0da8ba489c23 |
---|---|
32 #include "ssh.h" | 32 #include "ssh.h" |
33 #include "dbrandom.h" | 33 #include "dbrandom.h" |
34 #include "kex.h" | 34 #include "kex.h" |
35 #include "channel.h" | 35 #include "channel.h" |
36 #include "runopts.h" | 36 #include "runopts.h" |
37 #include "netio.h" | |
37 | 38 |
38 static void checktimeouts(); | 39 static void checktimeouts(); |
39 static long select_timeout(); | 40 static long select_timeout(); |
40 static int ident_readln(int fd, char* buf, int count); | 41 static int ident_readln(int fd, char* buf, int count); |
41 static void read_session_identification(); | 42 static void read_session_identification(); |