[Gd-chatter] r11037 - trunk/libraries/interfaces
hannes at gwydiondylan.org
hannes at gwydiondylan.org
Wed Dec 6 18:30:53 CET 2006
Author: hannes
Date: Wed Dec 6 18:30:51 2006
New Revision: 11037
Modified:
trunk/libraries/interfaces/interfaces.dylan
Log:
Bug: 7299
*fix sending of packets on linux
Modified: trunk/libraries/interfaces/interfaces.dylan
==============================================================================
--- trunk/libraries/interfaces/interfaces.dylan (original)
+++ trunk/libraries/interfaces/interfaces.dylan Wed Dec 6 18:30:51 2006
@@ -113,7 +113,7 @@
define method push-data-aux (input :: <push-input>,
node :: <ethernet-interface>,
frame :: <ethernet-frame>)
- send(node.unix-interface, assemble-frame(frame).packet);
+ send(node.unix-interface, as(<byte-vector>, assemble-frame(frame).packet));
end;
define method toplevel (node :: <ethernet-interface>)
More information about the chatter
mailing list