Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40030
b: refs/heads/master
c: 3a8d121
h: refs/heads/master
v: v3
  • Loading branch information
Allan Stephens authored and David S. Miller committed Oct 19, 2006
1 parent ca25967 commit b719be4
Show file tree
Hide file tree
Showing 3 changed files with 8 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: a3df92c73b92970dc4211189b87eb4cf874f5685
refs/heads/master: 3a8d12142eab420ffcbbf3d1d2e637158e85aab8
2 changes: 1 addition & 1 deletion trunk/net/tipc/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ int tipc_random;
atomic_t tipc_user_count = ATOMIC_INIT(0);

const char tipc_alphabet[] =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_";
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_.";

/* configurable TIPC parameters */

Expand Down
8 changes: 6 additions & 2 deletions trunk/net/tipc/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,15 @@ static inline void k_term_timer(struct timer_list *timer)
/*
* TIPC message buffer code
*
* TIPC message buffer headroom leaves room for 14 byte Ethernet header,
* TIPC message buffer headroom reserves space for a link-level header
* (in case the message is sent off-node),
* while ensuring TIPC header is word aligned for quicker access
*
* The largest header currently supported is 18 bytes, which is used when
* the standard 14 byte Ethernet header has 4 added bytes for VLAN info
*/

#define BUF_HEADROOM 16u
#define BUF_HEADROOM 20u

struct tipc_skb_cb {
void *handle;
Expand Down

0 comments on commit b719be4

Please sign in to comment.