Author: elecharny
Date: Tue Sep 20 22:09:11 2016
New Revision: 1761650

URL: http://svn.apache.org/viewvc?rev=1761650&view=rev
Log:
Fixed the tables

Modified:
    
mina/site/trunk/content/mina-project/userguide/ch4-session/ch4.1-session-configuration.mdtext
    
mina/site/trunk/content/mina-project/userguide/ch4-session/ch4.2-session-statistics.mdtext

Modified: 
mina/site/trunk/content/mina-project/userguide/ch4-session/ch4.1-session-configuration.mdtext
URL: 
http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/userguide/ch4-session/ch4.1-session-configuration.mdtext?rev=1761650&r1=1761649&r2=1761650&view=diff
==============================================================================
--- 
mina/site/trunk/content/mina-project/userguide/ch4-session/ch4.1-session-configuration.mdtext
 (original)
+++ 
mina/site/trunk/content/mina-project/userguide/ch4-session/ch4.1-session-configuration.mdtext
 Tue Sep 20 22:09:11 2016
@@ -38,7 +38,8 @@ We currently support 4 session flavors :
 
 Here is the list of all the global parameters (they can be set fo any of the 
Session flavors) :
 
-|| Parameter || type || Description || Default value ||
+| Parameter | type | Description | Default value |
+|---|---|---|---|
 | idleTimeForBoth | int | The number of seconds to wait before notify a 
session that is idle on reads and writes | Infinite |
 | idleTimeForRead | int | The number of seconds to wait before notify a 
session that is idle on reads | Infinite |
 | idleTimeForWrite | int | The number of seconds to wait before notify a 
session that is idle on writes | Infinite |
@@ -53,7 +54,8 @@ All those parameters can be accessed thr
 
 ## Socket specific parameters
 
-|| Parameter || type || Description || Default value ||
+| Parameter | type | Description | Default value |
+|---|---|---|---|
 | defaultReuseAddress | boolean | The value for the SO_REUSEADDR flag | true |
 | keepAlive | boolean | The value for the SO_KEEPALIVE flag | false |
 | oobInline | boolean | The value for the SO_OOBINLINE flag | false |
@@ -66,7 +68,8 @@ All those parameters can be accessed thr
 
 ## Datagram specific parameters
 
-|| Parameter || type || Description || Default value ||
+| Parameter | type | Description | Default value |
+|---|---|---|---|
 | broadcast | boolean | The value for the SO_BROADCAST flag | false |
 | closeOnPortUnreachable | boolean | Tells if we should close the session if 
the port is unreachable | true |
 | receiveBufferSize | int | The value for the SO_RCVBUF parameter | -1 |
@@ -76,7 +79,8 @@ All those parameters can be accessed thr
 
 ## Serial specific parameters 
 
-|| Parameter || type || Description || Default value ||
+| Parameter | type | Description | Default value |
+|---|---|---|---|
 | inputBufferSize | int | The input buffer size to use | 8 |
 | lowLatency | boolean | Set the Low Latency mode | false |
 | outputBufferSize | int | The ouput buffer size to use | 8 |

Modified: 
mina/site/trunk/content/mina-project/userguide/ch4-session/ch4.2-session-statistics.mdtext
URL: 
http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/userguide/ch4-session/ch4.2-session-statistics.mdtext?rev=1761650&r1=1761649&r2=1761650&view=diff
==============================================================================
--- 
mina/site/trunk/content/mina-project/userguide/ch4-session/ch4.2-session-statistics.mdtext
 (original)
+++ 
mina/site/trunk/content/mina-project/userguide/ch4-session/ch4.2-session-statistics.mdtext
 Tue Sep 20 22:09:11 2016
@@ -26,7 +26,8 @@ Notice:    Licensed to the Apache Softwa
 
 We keep some statistics in each sessions about what's going on. Not all those 
statistics are computed fr every message though : some of them are computed on 
demand.
 
-|| Parameter || Type || Description || automatic ||
+| Parameter | type | Description | automatic |
+|---|---|---|---|
 | readBytes | long | The total number of bytes read since the session was 
created | yes |
 | readBytesThroughput | double | The number of bytes read per second in the 
last interval | no |
 | readMessages | long | The total number of messages read since the session 
was created | yes |


Reply via email to