]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
Document the three new configuration options I've added tonight
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index ada08584737be73736976b7b606f49f2fb309e1d..352a4ef3f58ce86f10bc1ed302d8ae721fa641d1 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -202,7 +202,7 @@ enum {
 };
 
 typedef struct {
-    char *(*init) (char *host, int port, char **realhost);
+    char *(*init) (char *host, int port, char **realhost, int nodelay);
     /* back->send() returns the current amount of buffered data. */
     int (*send) (char *buf, int len);
     /* back->sendbuffer() does the same thing but without attempting a send */
@@ -236,6 +236,7 @@ typedef struct {
     int close_on_exit;
     int warn_on_close;
     int ping_interval;                /* in seconds */
+    int tcp_nodelay;
     /* SSH options */
     char remote_cmd[512];
     char remote_cmd2[512];            /* fallback if the first fails