Windows doesn't like 0 f <inet4>. See issue #85.

db4
Doug Coleman 2011-09-08 14:47:12 -07:00
parent 937bdbb6ec
commit f19d8cfd99
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ IN: benchmark.echo
: udp-echo ( -- ) : udp-echo ( -- )
[ [
10000 iota [ 4 >be ] map 10000 iota [ 4 >be ] map
f 0 <inet4> <datagram> "127.0.0.1" 0 <inet4> <datagram>
f 0 <inet4> <datagram> "127.0.0.1" 0 <inet4> <datagram>
[ send/recv ] 2curry each [ send/recv ] 2curry each
] with-destructors ; ] with-destructors ;