Search
j0ke.net Open Build Service
>
Projects
>
GFS
:
experimental
>
openais
> revision-1409.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File revision-1409.patch of Package openais (Revision 1)
Currently displaying revision
1
,
show latest
Index: exec/totempg.c =================================================================== --- exec/totempg.c (revision 1408) +++ exec/totempg.c (revision 1409) @@ -870,13 +870,14 @@ /* * Determine if a message of msg_size could be queued */ +#define FUZZY_AVAIL_SUBTRACT 5 static int send_ok ( int msg_size) { int avail = 0; int total; - avail = totemmrp_avail (); + avail = totemmrp_avail () - FUZZY_AVAIL_SUBTRACT; /* * msg size less then totempg_totem_config->net_mtu - 25 will take up