STEP01: dcerpc_connection_create TODO max fragment sizes
authorStefan Metzmacher <metze@samba.org>
Wed, 22 Jan 2014 10:16:32 +0000 (11:16 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 4 Jun 2019 10:45:39 +0000 (12:45 +0200)
This is just a hint, windows allows more in one fragment!

librpc/rpc/dcerpc_connection.c

index a7707afc15362e166e4ca0e7a0657de5997f43fb..b4b6bc0495d2da15cf334c445a157788f47afdb1 100644 (file)
@@ -148,6 +148,7 @@ struct dcerpc_connection *dcerpc_connection_create(TALLOC_CTX *mem_ctx,
                return NULL;
        }
 
+       //TODO
        conn->features.max_xmit_frag = 4280;
        conn->features.max_recv_frag = 4280;