Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266116
b: refs/heads/master
c: 909234c
h: refs/heads/master
v: v3
  • Loading branch information
Allan Stephens authored and Paul Gortmaker committed Sep 18, 2011
1 parent e421575 commit 3e028f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 18abf0fb6b8f05be2a289abbbc054d4869281476
refs/heads/master: 909234cdd2b5954374e346c105b648f6c2800f55
4 changes: 2 additions & 2 deletions trunk/net/tipc/bearer.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@

#include "bcast.h"

#define MAX_BEARERS 8
#define MAX_MEDIA 4
#define MAX_BEARERS 2
#define MAX_MEDIA 2

/*
* Identifiers of supported TIPC media types
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/tipc/eth_media.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include "core.h"
#include "bearer.h"

#define MAX_ETH_BEARERS 2
#define MAX_ETH_BEARERS MAX_BEARERS
#define ETH_LINK_PRIORITY TIPC_DEF_LINK_PRI
#define ETH_LINK_TOLERANCE TIPC_DEF_LINK_TOL
#define ETH_LINK_WINDOW TIPC_DEF_LINK_WIN
Expand Down

0 comments on commit 3e028f0

Please sign in to comment.