Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172937
b: refs/heads/master
c: 89e1838
h: refs/heads/master
i:
  172935: 667ec0e
v: v3
  • Loading branch information
Lars Ellenberg authored and Philipp Reisner committed Nov 4, 2009
1 parent 7345ef8 commit 48e122d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 59131d8e0ae91f2e94909e0795923c4c7ee7eb8c
refs/heads/master: 89e1838f5f2c2af80268a096b9a687643b0d0846
4 changes: 2 additions & 2 deletions trunk/include/linux/drbd_limits.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
/* I don't think that a tcp send buffer of more than 10M is usefull */
#define DRBD_SNDBUF_SIZE_MIN 0
#define DRBD_SNDBUF_SIZE_MAX (10<<20)
#define DRBD_SNDBUF_SIZE_DEF (2*65535)
#define DRBD_SNDBUF_SIZE_DEF 0

#define DRBD_RCVBUF_SIZE_MIN 0
#define DRBD_RCVBUF_SIZE_MAX (10<<20)
#define DRBD_RCVBUF_SIZE_DEF (2*65535)
#define DRBD_RCVBUF_SIZE_DEF 0

/* @4k PageSize -> 128kB - 512MB */
#define DRBD_MAX_BUFFERS_MIN 32
Expand Down

0 comments on commit 48e122d

Please sign in to comment.