Ticket #351 (closed defect: fixed)
Send Packet in UMPA - BSD
| Reported by: | luis | Owned by: | kosma |
|---|---|---|---|
| Priority: | medium | Milestone: | UMPA 0.3 - L2 |
| Component: | UMPA | Version: | current svn |
| Keywords: | Cc: | ignotus, nopper |
Description (last modified by kosma) (diff)
When I trying to send packets with UMPA in BSD/Mac OS X it got a traceback:
Traceback (most recent call last):
File "tcp.py", line 72, in <module>
sock.send(packet)
File "/Users/luis/Documents/Projects/umit/umit-svn/branch/UMPA/umpa/_sockets.py", line 78, in send
sent_bits.append(self._sock.sendto(packet.get_raw(),("127.0.0.1", 0)
socket.error: [Errno 22] Invalid argument
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
