+// Copyright Leandro Lucarella 2008 - 2010.
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file COPYING or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+
+
/*
* This file should be included from others, and the next symbols are expected
s2.bind(test_address2);
// socket 1 send
data d;
+ memset(&d, 0, sizeof(data));
strcpy(d.msg, "hello world!");
d.number = -32495813;
s1.send_struct(d, test_address2);