]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/rfb.c
trim some outputfs
[netwatch.git] / net / rfb.c
index 903eb6586e278940f48fdb32b6d791c17f5785df..7b92208b25113d88bb1ef91750e6a299f45f7f84 100644 (file)
--- a/net/rfb.c
+++ b/net/rfb.c
@@ -16,7 +16,7 @@
 #define POINTER_EVENT          5
 #define CLIENT_CUT_TEXT                6
 
-#define RFB_BUF_SIZE   512
+#define RFB_BUF_SIZE   1536
 
 #define SCREEN_CHUNKS_X 8
 #define SCREEN_CHUNKS_Y 8
@@ -255,7 +255,6 @@ static void send_fsm(struct tcp_pcb *pcb, struct rfb_state *state) {
                                /* Checksum gets set in data block, AFTER the data has been sent. */
                        }
 
-                       outputf("actually sent");
                        state->chunk_actually_sent = 1;
 
                        /* Send a header */
This page took 0.023008 seconds and 4 git commands to generate.