Changeset 2ff2076 for dcc.h


Ignore:
Timestamp:
2007-12-03T14:28:45Z (17 years ago)
Author:
ulim <a.sporto+bee@…>
Branches:
master
Children:
dce3903
Parents:
2c2df7d
Message:

Intermediate commit. Sending seems to work. TODOs:

  • move from out_of_data to is_writable, eliminate buffers
  • implement "transfers reject [id]"
  • documentation in commands.xml
  • implement throughput and cummulative throughput boundaries
  • feature discovery before sending
  • implement sending over a proxy (proxy discovery, socks5 client handshake for sending, activate message)
  • integrate toxik-mek-ft
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dcc.h

    r2c2df7d r2ff2076  
    112112        size_t bytes_sent;
    113113       
    114         /* imcb's handle */
     114        /* imc's handle */
    115115        file_transfer_t *ft;
     116
     117        /* if we're receiving, this is the sender's socket address */
     118        struct sockaddr_storage saddr;
    116119
    117120} dcc_file_transfer_t;
     
    123126gboolean dccs_send_write( file_transfer_t *file, gpointer data, unsigned int data_size );
    124127
     128file_transfer_t *dcc_request( struct im_connection *ic, char *line );
    125129#endif
Note: See TracChangeset for help on using the changeset viewer.