<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>
<div class="edit-comment-hide">
<div class="js-comment-body comment-body markdown-body markdown-format">
<p>We received feedback as a result of an internal hackathon that included:</p>
<p>I used src/example/example-hostname.c as my guide and was confused by this line for a short while:</p>
<p>struct getdns_bindata this_type = { 5, (void *)"IPv4" };</p>
<p>It took me a while to realize 5 was the length of "IPv4". Maybe there could be a helper function to populate a bindata. For example:</p>
<p>struct getdns_bindata this_type;<br>
getdns_bindata_set(&this_type, "IPv4", sizeof("IPv4"));</p>
<p>or</p>
<p>getdns_bindata_set_from_str(&this_type, "IPv4");</p>
</div>
</div>
</div>
<div>
<div>
<div><br>
</div>
<div>What do folks think of adding one of these to the specification?</div>
<div>-- </div>
<div>Glen Wiley</div>
<div>KK4SFV</div>
</div>
<div>Sr. Engineer</div>
<div>The Hive, Verisign, Inc.</div>
</div>
</body>
</html>