<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/diameter/examples, branch OTP-17.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Change answer_errors default from report to discard</title>
<updated>2014-05-27T07:52:21+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2014-05-27T07:45:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=631522514dbd409dbb789103b54bd81c879aff34'/>
<id>631522514dbd409dbb789103b54bd81c879aff34</id>
<content type='text'>
In the same vein as commit 00584303, to avoid logging traffic-related
happenings.

Not that the value in diameter.hrl is just documentation: the value is
set explicitly when diameter:start_service/2 creates diameter_app
records.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the same vein as commit 00584303, to avoid logging traffic-related
happenings.

Not that the value in diameter.hrl is just documentation: the value is
set explicitly when diameter:start_service/2 creates diameter_app
records.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify example server</title>
<updated>2014-05-26T11:52:06+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2014-05-24T10:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2d5e6f4d438db1a480e44c539155e334c11851bc'/>
<id>2d5e6f4d438db1a480e44c539155e334c11851bc</id>
<content type='text'>
In particular, remove the unnecessary list-or-record answer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In particular, remove the unnecessary list-or-record answer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make example server answer unsupported requests with 3001</title>
<updated>2014-05-26T11:52:05+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2014-05-24T08:56:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=11e3a1b7f21fbb4419043b36ea9cf8c2d53aa7b5'/>
<id>11e3a1b7f21fbb4419043b36ea9cf8c2d53aa7b5</id>
<content type='text'>
As it should. The previous discard (surely) pre-dated being able to
return {answer_message, 3001} from a handle_request callback.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As it should. The previous discard (surely) pre-dated being able to
return {answer_message, 3001} from a handle_request callback.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make example code quiet</title>
<updated>2014-05-26T11:52:05+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2014-05-24T05:39:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6ff5384c118a3382823a99ccbb5b82d68c7a8e74'/>
<id>6ff5384c118a3382823a99ccbb5b82d68c7a8e74</id>
<content type='text'>
The output could make it impossible to use the shell. Counters returned
diameter:service_info/2 can be used to check for expected happenings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The output could make it impossible to use the shell. Counters returned
diameter:service_info/2 can be used to check for expected happenings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add makefile to build example dictionaries</title>
<updated>2013-11-30T19:04:54+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2013-11-30T18:13:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ac32947f81e590e3985732db36ca40d63a821f37'/>
<id>ac32947f81e590e3985732db36ca40d63a821f37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update example client to allow default local address</title>
<updated>2013-04-11T14:18:57+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2013-04-06T14:40:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3c14f79079d6cb7bc7057c38eab39c0485b4c1c8'/>
<id>3c14f79079d6cb7bc7057c38eab39c0485b4c1c8</id>
<content type='text'>
Note that the semantics of client:connect/1 have changed slightly: the
second element in an argument 3-tuple is a remote address, the local
address being the transport module's default. Previously it was
interpreted as a common local/remote address.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that the semantics of client:connect/1 have changed slightly: the
second element in an argument 3-tuple is a remote address, the local
address being the transport module's default. Previously it was
interpreted as a common local/remote address.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor tweaks and fixes</title>
<updated>2013-03-24T14:50:58+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2013-03-06T21:26:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2458d263c46c90ac55a6eaf5cbca18b02c8a65f2'/>
<id>2458d263c46c90ac55a6eaf5cbca18b02c8a65f2</id>
<content type='text'>
Fix a broken include in example code, remove an inappropriate ct:pal/2
outside of a testcase, echo more info from test/Makefile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a broken include in example code, remove an inappropriate ct:pal/2
outside of a testcase, echo more info from test/Makefile.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update example code</title>
<updated>2012-08-23T11:57:24+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2012-07-29T23:47:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=30412e11d96828a519e11c200393dafb898010bc'/>
<id>30412e11d96828a519e11c200393dafb898010bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update include paths in example code</title>
<updated>2012-03-26T10:34:24+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2012-03-12T09:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=74ba63f10fd15385882f27877671d2d6714a0a20'/>
<id>74ba63f10fd15385882f27877671d2d6714a0a20</id>
<content type='text'>
Paths changed as a consequence of OTP-9638. Don't use paths under src
however, assume an installation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Paths changed as a consequence of OTP-9638. Don't use paths under src
however, assume an installation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move example code to examples/code</title>
<updated>2011-12-16T17:27:20+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2011-12-16T15:51:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=20c2dcc70525f110c6f71c4b968d7d67682b7c35'/>
<id>20c2dcc70525f110c6f71c4b968d7d67682b7c35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
