This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newtmgr.git

commit 0c21628aacfb95292c7f95a7f6265860737c5a87
Merge: 21b3c14 e1c8a7f
Author: Szymon Janc <szymon.j...@codecoup.pl>
AuthorDate: Mon Aug 7 10:26:16 2017 +0200

    Merge pull request #17 from apache/1_1_0_dev
    
    merge 1_1_0_dev into master

 README.md                                          | 29 ++++++++++++
 RELEASE_NOTES.md                                   | 17 +++++++
 newtmgr/bll/bll_common.go                          |  2 +
 newtmgr/bll/bll_oic_sesn.go                        |  2 +
 newtmgr/bll/bll_plain_sesn.go                      |  2 +
 newtmgr/bll/bll_sesn_cfg.go                        |  4 +-
 .../{bll_sesn_cfg.go => bll_sesn_cfg_windows.go}   |  7 +--
 newtmgr/bll/bll_util.go                            |  2 +
 newtmgr/bll/bll_xport.go                           |  2 +
 .../bll/{bll_xport.go => bll_xports_windows.go}    | 38 +++-------------
 newtmgr/config/bll_config.go                       |  2 +
 .../{bll_config.go => bll_config_windows.go}       | 53 ++--------------------
 newtmgr/newtmgr.go                                 | 27 ++++++++---
 13 files changed, 94 insertions(+), 93 deletions(-)

diff --cc newtmgr/bll/bll_sesn_cfg.go
index bdae89f,d83c663..f4660bb
--- a/newtmgr/bll/bll_sesn_cfg.go
+++ b/newtmgr/bll/bll_sesn_cfg.go
@@@ -37,8 -38,7 +39,8 @@@ type BllSesnCfg struct 
  
  func NewBllSesnCfg() BllSesnCfg {
        return BllSesnCfg{
-               PreferredMtu: 527,
+               PreferredMtu: 512,
                ConnTimeout:  10 * time.Second,
 +              ConnTries:    3,
        }
  }

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <commits@mynewt.apache.org>.

Reply via email to